Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.rubber-radish {
color: #ff999c;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.dainty-peach {
color: #ffcbb8;
}
.sunkissed-yellow {
color: #ffebb8;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--rubber-radish:#ff999c;
--wildflower-bouquet:#ffb3b3;
--dainty-peach:#ffcbb8;
--sunkissed-yellow:#ffebb8;
}