Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.pale-marigold {
color: #ffbd42;
}
.hollandaise {
color: #ffec3d;
}
.maldives {
color: #00bdd6;
}
.moonshadow {
color: #8d43ad;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--pale-marigold:#ffbd42;
--hollandaise:#ffec3d;
--maldives:#00bdd6;
--moonshadow:#8d43ad;
}