Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.ripe-melon {
color: #ffb8ad;
}
.apricot-lily {
color: #ffd1b3;
}
.weathered-blue {
color: #d4e2f2;
}
.slime-lime {
color: #b7ebc0;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--ripe-melon:#ffb8ad;
--apricot-lily:#ffd1b3;
--weathered-blue:#d4e2f2;
--slime-lime:#b7ebc0;
}