Color names in this palette
CSS code for this palette
/* CSS */
.citrus-sachet {
color: #f4c5a9;
}
.fuzzy-peach {
color: #ffb88f;
}
.peachy-pinky {
color: #ff7a5c;
}
.carmine-rose {
color: #e55d8c;
}
.rose-bud {
color: #b65d99;
}
/* CSS Variables */
:root {
--citrus-sachet:#f4c5a9;
--fuzzy-peach:#ffb88f;
--peachy-pinky:#ff7a5c;
--carmine-rose:#e55d8c;
--rose-bud:#b65d99;
}