Color names in this palette
CSS code for this palette
/* CSS */
.melanie {
color: #e1b7c4;
}
.posy {
color: #f3e2d3;
}
.the-speed-of-light {
color: #f6f2ee;
}
.terrace-pool {
color: #a3d6e1;
}
.palmetto {
color: #6b9a9e;
}
/* CSS Variables */
:root {
--melanie:#e1b7c4;
--posy:#f3e2d3;
--the-speed-of-light:#f6f2ee;
--terrace-pool:#a3d6e1;
--palmetto:#6b9a9e;
}