Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.nature-apricot {
color: #ffb6a3;
}
.delightful-peach {
color: #ffe9d1;
}
.vanilla-shake {
color: #fffbf0;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--nature-apricot:#ffb6a3;
--delightful-peach:#ffe9d1;
--vanilla-shake:#fffbf0;
}