Color names in this palette
CSS code for this palette
/* CSS */
.pelati {
color: #ff382e;
}
.precious-persimmon {
color: #ff7142;
}
.bittersweet {
color: #ff9d52;
}
.cape-jasmine {
color: #ffb85c;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--pelati:#ff382e;
--precious-persimmon:#ff7142;
--bittersweet:#ff9d52;
--cape-jasmine:#ffb85c;
--soviet-gold:#ffd900;
}