Color names in this palette
CSS code for this palette
/* CSS */
.coral-dust {
color: #ebad84;
}
.sunlight {
color: #e9ce96;
}
.light-bathing {
color: #acd5dc;
}
.chloride {
color: #94d6c7;
}
.tropical-tide {
color: #5dc6b1;
}
/* CSS Variables */
:root {
--coral-dust:#ebad84;
--sunlight:#e9ce96;
--light-bathing:#acd5dc;
--chloride:#94d6c7;
--tropical-tide:#5dc6b1;
}