Color names in this palette
CSS code for this palette
/* CSS */
.dull-apricot {
color: #d09c9a;
}
.sakura {
color: #e0b2b5;
}
.rose-reminder {
color: #f3c3c7;
}
.heavenly-song {
color: #fbd9c6;
}
.white-grapefruit {
color: #fcf0de;
}
/* CSS Variables */
:root {
--dull-apricot:#d09c9a;
--sakura:#e0b2b5;
--rose-reminder:#f3c3c7;
--heavenly-song:#fbd9c6;
--white-grapefruit:#fcf0de;
}