Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1c1e3f;
}
.antilles-blue {
color: #3b5b8c;
}
.shinbashi {
color: #5bb8c8;
}
.golden-blonde {
color: #f0e17f;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1c1e3f;
--antilles-blue:#3b5b8c;
--shinbashi:#5bb8c8;
--golden-blonde:#f0e17f;
--breeze-of-chilli:#f76e6e;
}