Color names in this palette
CSS code for this palette
/* CSS */
.poppy-surprise {
color: #ff512e;
}
.mythical-orange {
color: #ff7b47;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
.orange-sherbet {
color: #ffc599;
}
.delightful-peach {
color: #ffebd1;
}
/* CSS Variables */
:root {
--poppy-surprise:#ff512e;
--mythical-orange:#ff7b47;
--sharegaki-persimmon:#ff9f6b;
--orange-sherbet:#ffc599;
--delightful-peach:#ffebd1;
}