Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1e1f3e;
}
.antilles-blue {
color: #3b5f8c;
}
.crystalsong-blue {
color: #50b4b4;
}
.floral-leaf {
color: #ffb84d;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1e1f3e;
--antilles-blue:#3b5f8c;
--crystalsong-blue:#50b4b4;
--floral-leaf:#ffb84d;
--pompelmo:#ff6b6b;
}