Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.blue-shimmer {
color: #b4dae4;
}
.icy-landscape {
color: #c8e8f9;
}
.invigorating {
color: #f1eab1;
}
.brain-pink {
color: #f2b1b1;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--blue-shimmer:#b4dae4;
--icy-landscape:#c8e8f9;
--invigorating:#f1eab1;
--brain-pink:#f2b1b1;
}