Color names in this palette
CSS code for this palette
/* CSS */
.blue-oblivion {
color: #293e8e;
}
.wickford-bay {
color: #4c6a90;
}
.oxygen-blue {
color: #90b8d5;
}
.eyelash-viper {
color: #f0c54c;
}
.consumed-by-fire {
color: #f47f1f;
}
/* CSS Variables */
:root {
--blue-oblivion:#293e8e;
--wickford-bay:#4c6a90;
--oxygen-blue:#90b8d5;
--eyelash-viper:#f0c54c;
--consumed-by-fire:#f47f1f;
}