Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a1d8e3;
}
.pale-jade {
color: #79c3b5;
}
.bali-sand {
color: #f6e7d5;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--terrace-pool:#a1d8e3;
--pale-jade:#79c3b5;
--bali-sand:#f6e7d5;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}