Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.hermosa-pink {
color: #ffb3e7;
}
.light-mint {
color: #b7fbbe;
}
.snow-pea {
color: #6ccb79;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--hermosa-pink:#ffb3e7;
--light-mint:#b7fbbe;
--snow-pea:#6ccb79;
}