Color names in this palette
CSS code for this palette
/* CSS */
.cerulean-frost {
color: #6d9ac5;
}
.sea-cliff {
color: #a3c7e0;
}
.celestial-cathedral {
color: #d9eaf7;
}
.soft-cashmere {
color: #f1b1d5;
}
.think-pink {
color: #e6a2c1;
}
/* CSS Variables */
:root {
--cerulean-frost:#6d9ac5;
--sea-cliff:#a3c7e0;
--celestial-cathedral:#d9eaf7;
--soft-cashmere:#f1b1d5;
--think-pink:#e6a2c1;
}