Color names in this palette
CSS code for this palette
/* CSS */
.deluxe-days {
color: #8ecae6;
}
.bright-halo {
color: #ffd166;
}
.marigold {
color: #ffbe0a;
}
.orange-clown-fish {
color: #fb5609;
}
.zeus-purple {
color: #690571;
}
/* CSS Variables */
:root {
--deluxe-days:#8ecae6;
--bright-halo:#ffd166;
--marigold:#ffbe0a;
--orange-clown-fish:#fb5609;
--zeus-purple:#690571;
}