Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1c2e6d;
}
.bluebonnet-frost {
color: #4a6fb0;
}
.boudoir-blue {
color: #7ca4d5;
}
.halt-and-catch-fire {
color: #ff6933;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--mythical-night:#1c2e6d;
--bluebonnet-frost:#4a6fb0;
--boudoir-blue:#7ca4d5;
--halt-and-catch-fire:#ff6933;
--creamy-sweet-corn:#f9c54e;
}