Color names in this palette
CSS code for this palette
/* CSS */
.capri-water-blue {
color: #a9e0d8;
}
.aqua-bay {
color: #b6e2c8;
}
.natural-youth {
color: #dae6b3;
}
.lemon-ice-yellow {
color: #f6e1a7;
}
.mixed-fruit {
color: #f9b9b4;
}
/* CSS Variables */
:root {
--capri-water-blue:#a9e0d8;
--aqua-bay:#b6e2c8;
--natural-youth:#dae6b3;
--lemon-ice-yellow:#f6e1a7;
--mixed-fruit:#f9b9b4;
}