Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.ocean-call {
color: #2a6b8d;
}
.santorini {
color: #3db6d1;
}
.blizzard-blue {
color: #a1e7f2;
}
.cultured {
color: #f6f5f3;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--ocean-call:#2a6b8d;
--santorini:#3db6d1;
--blizzard-blue:#a1e7f2;
--cultured:#f6f5f3;
}