Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4b76;
}
.dazzle {
color: #508cb9;
}
.sky-babe {
color: #88c1d8;
}
.lantern-light {
color: #f5eab7;
}
.royal-blush {
color: #f06d56;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4b76;
--dazzle:#508cb9;
--sky-babe:#88c1d8;
--lantern-light:#f5eab7;
--royal-blush:#f06d56;
}