Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1a1f3d;
}
.blue-tang {
color: #2c4a6d;
}
.hippie-blue {
color: #4c8a9a;
}
.adonis-rose-yellow {
color: #f0c24c;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1a1f3d;
--blue-tang:#2c4a6d;
--hippie-blue:#4c8a9a;
--adonis-rose-yellow:#f0c24c;
--breeze-of-chilli:#f76e6e;
}