Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.nature-apricot {
color: #ffbca3;
}
.light-quilt {
color: #ffe1d6;
}
.curtsy {
color: #ffd4b8;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--nature-apricot:#ffbca3;
--light-quilt:#ffe1d6;
--curtsy:#ffd4b8;
}