Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.nature-apricot {
color: #ffb7a3;
}
.piggy-bank {
color: #ffcbbd;
}
.creamy-cloud-dreams {
color: #fff4e0;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--nature-apricot:#ffb7a3;
--piggy-bank:#ffcbbd;
--creamy-cloud-dreams:#fff4e0;
}