Color names in this palette
CSS code for this palette
/* CSS */
.first-frost {
color: #d1e4f0;
}
.corydalis-blue {
color: #a2c6d8;
}
.lucea {
color: #7aaedc;
}
.steel-blue {
color: #4681b4;
}
.theatre-blue {
color: #1e4c7b;
}
/* CSS Variables */
:root {
--first-frost:#d1e4f0;
--corydalis-blue:#a2c6d8;
--lucea:#7aaedc;
--steel-blue:#4681b4;
--theatre-blue:#1e4c7b;
}