Color names in this palette
CSS code for this palette
/* CSS */
.forsythia-blossom {
color: #f9d66c;
}
.peach-butter {
color: #fbaf3c;
}
.breeze-of-chilli {
color: #f76e6e;
}
.just-a-fairytale {
color: #6d5b9a;
}
.coolbox-ice-turquoise {
color: #499c9c;
}
/* CSS Variables */
:root {
--forsythia-blossom:#f9d66c;
--peach-butter:#fbaf3c;
--breeze-of-chilli:#f76e6e;
--just-a-fairytale:#6d5b9a;
--coolbox-ice-turquoise:#499c9c;
}