Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.alpenglow {
color: #f1c0b7;
}
.cream-washed {
color: #f1e0c6;
}
.smooth-satin {
color: #a3d7d5;
}
.surfin {
color: #6fc2d3;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--alpenglow:#f1c0b7;
--cream-washed:#f1e0c6;
--smooth-satin:#a3d7d5;
--surfin:#6fc2d3;
}