Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.neon-fuchsia {
color: #ff3d5e;
}
.unicorn-dust {
color: #ff2e96;
}
.peach-pink {
color: #ff998a;
}
.mango-latte {
color: #ffbb4d;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--neon-fuchsia:#ff3d5e;
--unicorn-dust:#ff2e96;
--peach-pink:#ff998a;
--mango-latte:#ffbb4d;
}