Color names in this palette
CSS code for this palette
/* CSS */
.orange-juice {
color: #ff8000;
}
.fresh-squeezed {
color: #ffae00;
}
.super-saiyan {
color: #ffdd00;
}
.rise-and-shine {
color: #ffea9e;
}
.silky-tofu {
color: #fff5e5;
}
/* CSS Variables */
:root {
--orange-juice:#ff8000;
--fresh-squeezed:#ffae00;
--super-saiyan:#ffdd00;
--rise-and-shine:#ffea9e;
--silky-tofu:#fff5e5;
}