Color names in this palette
CSS code for this palette
/* CSS */
.blue-plate {
color: #5f7b9b;
}
.chilly-blue {
color: #8aafc7;
}
.crystal-river {
color: #b2e4f0;
}
.sugar-cookie {
color: #f1e3a2;
}
.corally {
color: #f9a89f;
}
/* CSS Variables */
:root {
--blue-plate:#5f7b9b;
--chilly-blue:#8aafc7;
--crystal-river:#b2e4f0;
--sugar-cookie:#f1e3a2;
--corally:#f9a89f;
}