Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f5a8b0;
}
.rose-essence {
color: #f59a8a;
}
.amber-yellow {
color: #f5b55c;
}
.cream-can {
color: #f1c350;
}
.friendly-yellow {
color: #f5e1b2;
}
/* CSS Variables */
:root {
--pink-fit:#f5a8b0;
--rose-essence:#f59a8a;
--amber-yellow:#f5b55c;
--cream-can:#f1c350;
--friendly-yellow:#f5e1b2;
}