Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.nature-apricot {
color: #ffbaa3;
}
.delightful-peach {
color: #ffecd1;
}
.silky-tofu {
color: #fff4e5;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--nature-apricot:#ffbaa3;
--delightful-peach:#ffecd1;
--silky-tofu:#fff4e5;
}