Color names in this palette
CSS code for this palette
/* CSS */
.clean-pool {
color: #53c0e4;
}
.blue-bubble {
color: #a4d7ea;
}
.pink-fit {
color: #f7a6b1;
}
.pink-marshmallow {
color: #f1b6d2;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--clean-pool:#53c0e4;
--blue-bubble:#a4d7ea;
--pink-fit:#f7a6b1;
--pink-marshmallow:#f1b6d2;
--moth-orchid:#d6006f;
}