Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.delightful-peach {
color: #ffe9d1;
}
.cruise {
color: #b5e3d7;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--wildflower-bouquet:#ffb3b3;
--delightful-peach:#ffe9d1;
--cruise:#b5e3d7;
}