Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.moth-orchid {
color: #d6006f;
}
.turquoise-tower {
color: #a8e6cf;
}
.resplendent-growth {
color: #398e3d;
}
.cyber-yellow {
color: #ffd500;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--moth-orchid:#d6006f;
--turquoise-tower:#a8e6cf;
--resplendent-growth:#398e3d;
--cyber-yellow:#ffd500;
}