Color names in this palette
CSS code for this palette
/* CSS */
.highlighter-yellow {
color: #f3e13f;
}
.seasonal-beige {
color: #e9b79f;
}
.breeze-of-chilli {
color: #f76e6e;
}
.blue-dude {
color: #4c5b9a;
}
.light-sky-babe {
color: #9fd0e0;
}
/* CSS Variables */
:root {
--highlighter-yellow:#f3e13f;
--seasonal-beige:#e9b79f;
--breeze-of-chilli:#f76e6e;
--blue-dude:#4c5b9a;
--light-sky-babe:#9fd0e0;
}