Color names in this palette
CSS code for this palette
/* CSS */
.amaranth-pink {
color: #f59ebb;
}
.baby-pink {
color: #ffb8d1;
}
.big-bus-yellow {
color: #ffdc8a;
}
.maizena {
color: #f6ec60;
}
.honey-carrot-cake {
color: #ff9757;
}
/* CSS Variables */
:root {
--amaranth-pink:#f59ebb;
--baby-pink:#ffb8d1;
--big-bus-yellow:#ffdc8a;
--maizena:#f6ec60;
--honey-carrot-cake:#ff9757;
}