Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f5c24d;
}
.yakitori {
color: #e8a83b;
}
.dulce-de-leche {
color: #d78028;
}
.old-guitar {
color: #b75c1f;
}
.rock-spray {
color: #a0432c;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f5c24d;
--yakitori:#e8a83b;
--dulce-de-leche:#d78028;
--old-guitar:#b75c1f;
--rock-spray:#a0432c;
}