Color names in this palette
CSS code for this palette
/* CSS */
.instant-orange {
color: #ff8f2e;
}
.pumpkin-vapour {
color: #ffa94d;
}
.faded-sunlight {
color: #ffd06b;
}
.couscous {
color: #ffe299;
}
.creamy-lemon {
color: #ffedb3;
}
/* CSS Variables */
:root {
--instant-orange:#ff8f2e;
--pumpkin-vapour:#ffa94d;
--faded-sunlight:#ffd06b;
--couscous:#ffe299;
--creamy-lemon:#ffedb3;
}