Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f5c84d;
}
.australium-gold {
color: #eab33e;
}
.roman-gold {
color: #d69b2e;
}
.sudan-brown {
color: #c0782a;
}
.scarecrow-frown {
color: #a75f25;
}
/* CSS Variables */
:root {
--sunny-mood:#f5c84d;
--australium-gold:#eab33e;
--roman-gold:#d69b2e;
--sudan-brown:#c0782a;
--scarecrow-frown:#a75f25;
}