Color names in this palette
CSS code for this palette
/* CSS */
.minsk {
color: #3a2a6a;
}
.passion-flower {
color: #6b4f9c;
}
.wisteria {
color: #a57cbb;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.strawberry-avalanche {
color: #f14b3b;
}
/* CSS Variables */
:root {
--minsk:#3a2a6a;
--passion-flower:#6b4f9c;
--wisteria:#a57cbb;
--apricot-glazed-chicken:#f5a524;
--strawberry-avalanche:#f14b3b;
}