Color names in this palette
CSS code for this palette
/* CSS */
.rurikon-blue {
color: #1c2b4a;
}
.delft {
color: #3c5a8b;
}
.broom-butterfly-blue {
color: #69b1d8;
}
.blizzard-blue {
color: #a3e1f0;
}
.still-morning {
color: #fef7e1;
}
/* CSS Variables */
:root {
--rurikon-blue:#1c2b4a;
--delft:#3c5a8b;
--broom-butterfly-blue:#69b1d8;
--blizzard-blue:#a3e1f0;
--still-morning:#fef7e1;
}