Color names in this palette
CSS code for this palette
/* CSS */
.billowing-sail {
color: #d1e5e2;
}
.twin-cities {
color: #a1c6c9;
}
.palmetto {
color: #6f9b9b;
}
.golden-hour {
color: #f2b75a;
}
.lively-coral {
color: #e57b7b;
}
/* CSS Variables */
:root {
--billowing-sail:#d1e5e2;
--twin-cities:#a1c6c9;
--palmetto:#6f9b9b;
--golden-hour:#f2b75a;
--lively-coral:#e57b7b;
}