Color names in this palette
CSS code for this palette
/* CSS */
.vibrant-yellow {
color: #fad729;
}
.orange-pospsicle {
color: #f4a20b;
}
.arnica-yellow {
color: #e69b05;
}
.apple-ii-chocolate {
color: #d4630c;
}
.salsa-mexicana {
color: #9e2e10;
}
/* CSS Variables */
:root {
--vibrant-yellow:#fad729;
--orange-pospsicle:#f4a20b;
--arnica-yellow:#e69b05;
--apple-ii-chocolate:#d4630c;
--salsa-mexicana:#9e2e10;
}