Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.peach-temptation {
color: #f1c6b1;
}
.bone-white {
color: #f1e1b1;
}
.mint-julep {
color: #e0f1a2;
}
.ultra-mint {
color: #a2f1b2;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--peach-temptation:#f1c6b1;
--bone-white:#f1e1b1;
--mint-julep:#e0f1a2;
--ultra-mint:#a2f1b2;
}