Color names in this palette
CSS code for this palette
/* CSS */
.lauren-s-surprise {
color: #d4e5e8;
}
.balmy-seas {
color: #b3dbd5;
}
.embellished-blue {
color: #8dc6c8;
}
.artesian-well {
color: #5cb2b1;
}
.mediterranean-swirl {
color: #28999f;
}
/* CSS Variables */
:root {
--lauren-s-surprise:#d4e5e8;
--balmy-seas:#b3dbd5;
--embellished-blue:#8dc6c8;
--artesian-well:#5cb2b1;
--mediterranean-swirl:#28999f;
}