Color names in this palette
CSS code for this palette
/* CSS */
.ginshu {
color: #be2d2d;
}
.24-carrot {
color: #e96a25;
}
.oregon-trail {
color: #f4b41f;
}
.fluffy-duckling {
color: #f7e13b;
}
.gargantua {
color: #e5f556;
}
/* CSS Variables */
:root {
--ginshu:#be2d2d;
--24-carrot:#e96a25;
--oregon-trail:#f4b41f;
--fluffy-duckling:#f7e13b;
--gargantua:#e5f556;
}