Color names in this palette
CSS code for this palette
/* CSS */
.festive-fennec {
color: #f95860;
}
.orange-grove {
color: #fbaf8e;
}
.song-of-summer {
color: #fce7b6;
}
.green-trance {
color: #a6d8a8;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--festive-fennec:#f95860;
--orange-grove:#fbaf8e;
--song-of-summer:#fce7b6;
--green-trance:#a6d8a8;
--solar-plexus-chakra:#f1c84b;
}