Color names in this palette
CSS code for this palette
/* CSS */
.xanthous {
color: #f2b62c;
}
.whisky-sour {
color: #f2a62c;
}
.chinese-orange {
color: #f16f3b;
}
.camellia-rose {
color: #e84f6e;
}
.purple-orchid {
color: #b44b8f;
}
/* CSS Variables */
:root {
--xanthous:#f2b62c;
--whisky-sour:#f2a62c;
--chinese-orange:#f16f3b;
--camellia-rose:#e84f6e;
--purple-orchid:#b44b8f;
}