Color names in this palette
CSS code for this palette
/* CSS */
.rurikon-blue {
color: #1e2a4d;
}
.antilles-blue {
color: #3a5f8d;
}
.broom-butterfly-blue {
color: #6bb4d6;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--rurikon-blue:#1e2a4d;
--antilles-blue:#3a5f8d;
--broom-butterfly-blue:#6bb4d6;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}