Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #00a8d6;
}
.clean-pool {
color: #5cc0eb;
}
.chefchaouen-blue {
color: #a1d4e8;
}
.yellow-diamond {
color: #f6f1d5;
}
.pink-fit {
color: #f7a6b3;
}
/* CSS Variables */
:root {
--malibu-blue:#00a8d6;
--clean-pool:#5cc0eb;
--chefchaouen-blue:#a1d4e8;
--yellow-diamond:#f6f1d5;
--pink-fit:#f7a6b3;
}