Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f6e0b1;
}
.brandy-butter {
color: #f3bd91;
}
.animated-coral {
color: #f0927f;
}
.flirty-rose {
color: #d85f8d;
}
.pink-horror {
color: #8b2d5f;
}
/* CSS Variables */
:root {
--friendly-yellow:#f6e0b1;
--brandy-butter:#f3bd91;
--animated-coral:#f0927f;
--flirty-rose:#d85f8d;
--pink-horror:#8b2d5f;
}