Color names in this palette
CSS code for this palette
/* CSS */
.deluxe-days {
color: #89c9e6;
}
.xanthous {
color: #f3b02b;
}
.bruschetta-tomato {
color: #ff5d47;
}
.light-orchid {
color: #e5a4d8;
}
.precious-oxley {
color: #6d9c79;
}
/* CSS Variables */
:root {
--deluxe-days:#89c9e6;
--xanthous:#f3b02b;
--bruschetta-tomato:#ff5d47;
--light-orchid:#e5a4d8;
--precious-oxley:#6d9c79;
}