Color names in this palette
CSS code for this palette
/* CSS */
.australian-apricot {
color: #f4c4a4;
}
.brandywine-spritz {
color: #e59fb0;
}
.girl-power {
color: #d19fcf;
}
.rich-lavender {
color: #a86cd5;
}
.iris {
color: #5a4fcf;
}
/* CSS Variables */
:root {
--australian-apricot:#f4c4a4;
--brandywine-spritz:#e59fb0;
--girl-power:#d19fcf;
--rich-lavender:#a86cd5;
--iris:#5a4fcf;
}