Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.pismo-dunes {
color: #f3d5a5;
}
.chickery-chick {
color: #fce88d;
}
.eerie-glow {
color: #a7d7b8;
}
.winter-green {
color: #4a8c7e;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--pismo-dunes:#f3d5a5;
--chickery-chick:#fce88d;
--eerie-glow:#a7d7b8;
--winter-green:#4a8c7e;
}