Color names in this palette
CSS code for this palette
/* CSS */
.extreme-carrot {
color: #ff6d2e;
}
.sunset-yellow {
color: #ff8b3d;
}
.dreamy-sunset {
color: #ffab5c;
}
.faded-sunlight {
color: #ffd06b;
}
.creamy-lemon {
color: #ffedb3;
}
/* CSS Variables */
:root {
--extreme-carrot:#ff6d2e;
--sunset-yellow:#ff8b3d;
--dreamy-sunset:#ffab5c;
--faded-sunlight:#ffd06b;
--creamy-lemon:#ffedb3;
}