Color names in this palette
CSS code for this palette
/* CSS */
.blue-damselfly {
color: #2b9cda;
}
.bachelor-button {
color: #4ac1d3;
}
.deep-aquamarine {
color: #7de3e0;
}
.water-leaf {
color: #b6f1e1;
}
.laundry-white {
color: #f5f9f1;
}
/* CSS Variables */
:root {
--blue-damselfly:#2b9cda;
--bachelor-button:#4ac1d3;
--deep-aquamarine:#7de3e0;
--water-leaf:#b6f1e1;
--laundry-white:#f5f9f1;
}