Color names in this palette
CSS code for this palette
/* CSS */
.freezing-vapor {
color: #d2e8f4;
}
.sea-cliff {
color: #a3c7e0;
}
.regale-blue {
color: #7cb6d5;
}
.dayflower {
color: #389ad6;
}
.bright-midnight-blue {
color: #1e4d76;
}
/* CSS Variables */
:root {
--freezing-vapor:#d2e8f4;
--sea-cliff:#a3c7e0;
--regale-blue:#7cb6d5;
--dayflower:#389ad6;
--bright-midnight-blue:#1e4d76;
}