Color names in this palette
CSS code for this palette
/* CSS */
.stellar-strawberry {
color: #ff5c8a;
}
.dwarven-peaches {
color: #ffa07a;
}
.digital-yellow {
color: #ffeb7a;
}
.wasabi {
color: #b0e57b;
}
.skyan {
color: #5cc9ff;
}
/* CSS Variables */
:root {
--stellar-strawberry:#ff5c8a;
--dwarven-peaches:#ffa07a;
--digital-yellow:#ffeb7a;
--wasabi:#b0e57b;
--skyan:#5cc9ff;
}