Color names in this palette
CSS code for this palette
/* CSS */
.red-death {
color: #bf2b18;
}
.bright-delight {
color: #d35d27;
}
.orange-pospsicle {
color: #f0a30a;
}
.giallo {
color: #f1d63b;
}
.young-plum {
color: #b6c92c;
}
/* CSS Variables */
:root {
--red-death:#bf2b18;
--bright-delight:#d35d27;
--orange-pospsicle:#f0a30a;
--giallo:#f1d63b;
--young-plum:#b6c92c;
}