Color names in this palette
CSS code for this palette
/* CSS */
.pina {
color: #ffd97a;
}
.larch-bolete {
color: #ffab7a;
}
.pink-glamour {
color: #ff7a7a;
}
.stellar-strawberry {
color: #ff5c85;
}
.grass-pink-orchid {
color: #c880ff;
}
/* CSS Variables */
:root {
--pina:#ffd97a;
--larch-bolete:#ffab7a;
--pink-glamour:#ff7a7a;
--stellar-strawberry:#ff5c85;
--grass-pink-orchid:#c880ff;
}