Color names in this palette
CSS code for this palette
/* CSS */
.blue-clay {
color: #6b8f94;
}
.light-sky-chase {
color: #b9d6da;
}
.sheer-lavender {
color: #f0e4f1;
}
.squid-pink {
color: #f9b4bf;
}
.sugar-coral {
color: #f56676;
}
/* CSS Variables */
:root {
--blue-clay:#6b8f94;
--light-sky-chase:#b9d6da;
--sheer-lavender:#f0e4f1;
--squid-pink:#f9b4bf;
--sugar-coral:#f56676;
}