Color names in this palette
CSS code for this palette
/* CSS */
.extreme-carrot {
color: #ff6d2e;
}
.au-gratin {
color: #ffa047;
}
.vibrant {
color: #ffd54d;
}
.sun-drenched {
color: #ffe8a3;
}
.egg-yolk {
color: #ffcc80;
}
/* CSS Variables */
:root {
--extreme-carrot:#ff6d2e;
--au-gratin:#ffa047;
--vibrant:#ffd54d;
--sun-drenched:#ffe8a3;
--egg-yolk:#ffcc80;
}