Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f9b1a4;
}
.amaranth-pink {
color: #f19dbc;
}
.peach-nectar {
color: #fbaf93;
}
.maybe-maui {
color: #f6d58e;
}
.dairy-made {
color: #f3b43f;
}
/* CSS Variables */
:root {
--mystic-tulip:#f9b1a4;
--amaranth-pink:#f19dbc;
--peach-nectar:#fbaf93;
--maybe-maui:#f6d58e;
--dairy-made:#f3b43f;
}