Color names in this palette
CSS code for this palette
/* CSS */
.sunset-yellow {
color: #ff8b3d;
}
.pumpkin-vapour {
color: #ffa94d;
}
.yellow-corn {
color: #ffe08a;
}
.floral-leaf {
color: #ffb84d;
}
.carrot {
color: #ff713d;
}
/* CSS Variables */
:root {
--sunset-yellow:#ff8b3d;
--pumpkin-vapour:#ffa94d;
--yellow-corn:#ffe08a;
--floral-leaf:#ffb84d;
--carrot:#ff713d;
}