Color names in this palette
CSS code for this palette
/* CSS */
.dusty-turquoise {
color: #5a8b8c;
}
.peppermint-pie {
color: #a7c8c2;
}
.delicate-pink {
color: #e4d2d3;
}
.antique-cameo {
color: #f5b8a3;
}
.warming-heart {
color: #d94a3f;
}
/* CSS Variables */
:root {
--dusty-turquoise:#5a8b8c;
--peppermint-pie:#a7c8c2;
--delicate-pink:#e4d2d3;
--antique-cameo:#f5b8a3;
--warming-heart:#d94a3f;
}