Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4a76;
}
.rainy-lake {
color: #3f6e92;
}
.crystal-blue {
color: #699eb0;
}
.corydalis-blue {
color: #a2c8d8;
}
.sandalwood-beige {
color: #f3d2af;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4a76;
--rainy-lake:#3f6e92;
--crystal-blue:#699eb0;
--corydalis-blue:#a2c8d8;
--sandalwood-beige:#f3d2af;
}