Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a4c8df;
}
.chapel-blue {
color: #b1d3e7;
}
.milky-way {
color: #e6f5f9;
}
.scalloped-oak {
color: #f1d1a2;
}
.dusty-coral {
color: #d29c89;
}
/* CSS Variables */
:root {
--sea-cliff:#a4c8df;
--chapel-blue:#b1d3e7;
--milky-way:#e6f5f9;
--scalloped-oak:#f1d1a2;
--dusty-coral:#d29c89;
}