Color names in this palette
CSS code for this palette
/* CSS */
.feminine-fancy {
color: #c1a5cf;
}
.east-side {
color: #a98cba;
}
.rosewood-apricot {
color: #d69e9e;
}
.ginger-peach {
color: #f8d0a0;
}
.citrus-honey {
color: #f4b96c;
}
/* CSS Variables */
:root {
--feminine-fancy:#c1a5cf;
--east-side:#a98cba;
--rosewood-apricot:#d69e9e;
--ginger-peach:#f8d0a0;
--citrus-honey:#f4b96c;
}