Color names in this palette
CSS code for this palette
/* CSS */
.bali-bliss {
color: #5b9f9e;
}
.golden-blonde {
color: #f1e07e;
}
.sun-orange {
color: #f47b1f;
}
.tuna-sashimi {
color: #d45e76;
}
.daisy-bush {
color: #5b3e8e;
}
/* CSS Variables */
:root {
--bali-bliss:#5b9f9e;
--golden-blonde:#f1e07e;
--sun-orange:#f47b1f;
--tuna-sashimi:#d45e76;
--daisy-bush:#5b3e8e;
}