Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1b4d74;
}
.aqueous {
color: #3a8b98;
}
.aqueduct {
color: #5fb2b9;
}
.smooth-satin {
color: #a3d7d4;
}
.clerestory {
color: #f5e6e0;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1b4d74;
--aqueous:#3a8b98;
--aqueduct:#5fb2b9;
--smooth-satin:#a3d7d4;
--clerestory:#f5e6e0;
}