Color names in this palette
CSS code for this palette
/* CSS */
.radiant-orchid {
color: #a85d9a;
}
.coyote {
color: #d99b68;
}
.straw-hat {
color: #f0d2a8;
}
.winter-green {
color: #4a8c7c;
}
.apricot-obsession {
color: #f7c6b6;
}
/* CSS Variables */
:root {
--radiant-orchid:#a85d9a;
--coyote:#d99b68;
--straw-hat:#f0d2a8;
--winter-green:#4a8c7c;
--apricot-obsession:#f7c6b6;
}