Color names in this palette
CSS code for this palette
/* CSS */
.clean-pool {
color: #56c2e6;
}
.welcoming-wasp {
color: #f0a800;
}
.moth-orchid {
color: #d6006f;
}
.blue-marguerite {
color: #6b4fba;
}
.black {
color: #000000;
}
/* CSS Variables */
:root {
--clean-pool:#56c2e6;
--welcoming-wasp:#f0a800;
--moth-orchid:#d6006f;
--blue-marguerite:#6b4fba;
--black:#000000;
}