Color names in this palette
CSS code for this palette
/* CSS */
.radiant-sun {
color: #f3ca4f;
}
.lemon-dream {
color: #f0a400;
}
.breeze-of-chilli {
color: #f76e6e;
}
.sullivan-s-heart {
color: #f9c3d1;
}
.ice-crystal-blue {
color: #a8e1e0;
}
/* CSS Variables */
:root {
--radiant-sun:#f3ca4f;
--lemon-dream:#f0a400;
--breeze-of-chilli:#f76e6e;
--sullivan-s-heart:#f9c3d1;
--ice-crystal-blue:#a8e1e0;
}