Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b0e0;
}
.mint-jelly {
color: #4dd1a0;
}
.capri-water-blue {
color: #a9e5d9;
}
.dilly-dally {
color: #f4d85d;
}
.pink-fit {
color: #f9a9b2;
}
/* CSS Variables */
:root {
--blue-atoll:#00b0e0;
--mint-jelly:#4dd1a0;
--capri-water-blue:#a9e5d9;
--dilly-dally:#f4d85d;
--pink-fit:#f9a9b2;
}