Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.palace-rose {
color: #f9c8d8;
}
.pink-fit {
color: #f8a5b1;
}
.french-pink {
color: #f5709f;
}
.ripe-malinka {
color: #f2506d;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--palace-rose:#f9c8d8;
--pink-fit:#f8a5b1;
--french-pink:#f5709f;
--ripe-malinka:#f2506d;
}