Color names in this palette
CSS code for this palette
/* CSS */
.credo {
color: #d9b53f;
}
.deep-fried-sun-rays {
color: #f4c65d;
}
.yellow-dragon {
color: #f7e37e;
}
.crystal-green {
color: #a0d87d;
}
.garish-green {
color: #4abf8c;
}
/* CSS Variables */
:root {
--credo:#d9b53f;
--deep-fried-sun-rays:#f4c65d;
--yellow-dragon:#f7e37e;
--crystal-green:#a0d87d;
--garish-green:#4abf8c;
}