Color names in this palette
CSS code for this palette
/* CSS */
.stellar-strawberry {
color: #ff5c87;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
.chickadee {
color: #ffcf66;
}
.sweet-lemon-seed {
color: #fff45c;
}
.overtone {
color: #a1e2b7;
}
/* CSS Variables */
:root {
--stellar-strawberry:#ff5c87;
--sharegaki-persimmon:#ff9f6b;
--chickadee:#ffcf66;
--sweet-lemon-seed:#fff45c;
--overtone:#a1e2b7;
}