Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.blush-hour {
color: #ff7092;
}
.lavender-candy {
color: #ffb3d6;
}
.almost-aloe {
color: #c1e9b4;
}
.winsome-hue {
color: #a8d6e1;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--blush-hour:#ff7092;
--lavender-candy:#ffb3d6;
--almost-aloe:#c1e9b4;
--winsome-hue:#a8d6e1;
}