Color names in this palette
CSS code for this palette
/* CSS */
.desert-dessert {
color: #ffb86b;
}
.carrot {
color: #ff6e42;
}
.coral-red {
color: #ff3d3d;
}
.reddish-pink {
color: #ff2e5b;
}
.grass-pink-orchid {
color: #c880ff;
}
/* CSS Variables */
:root {
--desert-dessert:#ffb86b;
--carrot:#ff6e42;
--coral-red:#ff3d3d;
--reddish-pink:#ff2e5b;
--grass-pink-orchid:#c880ff;
}