Color names in this palette
CSS code for this palette
/* CSS */
.stellar-strawberry {
color: #ff5c8a;
}
.splendor-gold {
color: #ffaf4d;
}
.vegetation {
color: #5cdb95;
}
.purple-corallite {
color: #5d4f8c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--stellar-strawberry:#ff5c8a;
--splendor-gold:#ffaf4d;
--vegetation:#5cdb95;
--purple-corallite:#5d4f8c;
--grapefruit-pulp:#ff6e61;
}