Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b0e0;
}
.middle-blue {
color: #7dd7e3;
}
.reef-green {
color: #a3e6c4;
}
.yellow-chalk {
color: #f1f9b4;
}
.violet-kiss {
color: #f3a5d6;
}
/* CSS Variables */
:root {
--blue-atoll:#00b0e0;
--middle-blue:#7dd7e3;
--reef-green:#a3e6c4;
--yellow-chalk:#f1f9b4;
--violet-kiss:#f3a5d6;
}