Color names in this palette
CSS code for this palette
/* CSS */
.lagoon {
color: #499c92;
}
.skylar {
color: #6bd1c4;
}
.billowing-sail {
color: #d1e5e2;
}
.neighborly-peach {
color: #f5c1a3;
}
.lively-coral {
color: #e97c7c;
}
/* CSS Variables */
:root {
--lagoon:#499c92;
--skylar:#6bd1c4;
--billowing-sail:#d1e5e2;
--neighborly-peach:#f5c1a3;
--lively-coral:#e97c7c;
}