Color names in this palette
CSS code for this palette
/* CSS */
.red-clown {
color: #d23d32;
}
.basketball {
color: #f26e31;
}
.orange-pospsicle {
color: #f2a20d;
}
.fresh-pineapple {
color: #f2d450;
}
.unicorn-silver {
color: #e8e8e8;
}
/* CSS Variables */
:root {
--red-clown:#d23d32;
--basketball:#f26e31;
--orange-pospsicle:#f2a20d;
--fresh-pineapple:#f2d450;
--unicorn-silver:#e8e8e8;
}