Color names in this palette
CSS code for this palette
/* CSS */
.blue-oblivion {
color: #1f3d89;
}
.bright-cobalt {
color: #3a5e98;
}
.provence {
color: #6989c3;
}
.astral-spirit {
color: #92c5e8;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--blue-oblivion:#1f3d89;
--bright-cobalt:#3a5e98;
--provence:#6989c3;
--astral-spirit:#92c5e8;
--creamy-sweet-corn:#f9c54e;
}