Color names in this palette
CSS code for this palette
/* CSS */
.rubber-ducky {
color: #f7d059;
}
.deep-fried {
color: #f6b055;
}
.highlighter-orange {
color: #f39339;
}
.basketball {
color: #f06b2d;
}
.grenadier {
color: #c64739;
}
/* CSS Variables */
:root {
--rubber-ducky:#f7d059;
--deep-fried:#f6b055;
--highlighter-orange:#f39339;
--basketball:#f06b2d;
--grenadier:#c64739;
}