Color names in this palette
CSS code for this palette
/* CSS */
.drama-queen {
color: #a66e99;
}
.cumquat-cream {
color: #f29e7d;
}
.young-apricot {
color: #fcd8b6;
}
.cabbage-blossom-violet {
color: #704d7a;
}
.stormy-sunrise {
color: #c8a3c6;
}
/* CSS Variables */
:root {
--drama-queen:#a66e99;
--cumquat-cream:#f29e7d;
--young-apricot:#fcd8b6;
--cabbage-blossom-violet:#704d7a;
--stormy-sunrise:#c8a3c6;
}