Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.pink-beach {
color: #f7c2a6;
}
.curd {
color: #f7e3bb;
}
.natural-youth {
color: #d6e4b4;
}
.touch-of-turquoise {
color: #a1d3d0;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--pink-beach:#f7c2a6;
--curd:#f7e3bb;
--natural-youth:#d6e4b4;
--touch-of-turquoise:#a1d3d0;
}