.color{
    color: linear-gradient(90deg, #F857A6 0%, #FF5858 100%);

}

body{
    background: #FFF1E5;
}
    

.colortext{
    color: #F857A6;
}