Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.nature-apricot {
color: #ffb9a3;
}
.petticoat {
color: #ffcbad;
}
.lively-yellow {
color: #ffe9b3;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--nature-apricot:#ffb9a3;
--petticoat:#ffcbad;
--lively-yellow:#ffe9b3;
}