Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.neighborly-peach {
color: #f5c2a3;
}
.straw-hat {
color: #f1d2a7;
}
.glisten-yellow {
color: #f4e8ae;
}
.eerie-glow {
color: #a7d7b7;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--neighborly-peach:#f5c2a3;
--straw-hat:#f1d2a7;
--glisten-yellow:#f4e8ae;
--eerie-glow:#a7d7b7;
}