Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.nature-apricot {
color: #ffb7a3;
}
.dainty-peach {
color: #ffcbb8;
}
.mood-lighting {
color: #ffe6d6;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--nature-apricot:#ffb7a3;
--dainty-peach:#ffcbb8;
--mood-lighting:#ffe6d6;
}