Color names in this palette
CSS code for this palette
/* CSS */
.bloody-rust {
color: #d72d41;
}
.american-yellow {
color: #f5b400;
}
.super-saiyan {
color: #ffdd00;
}
.bright-cerulean {
color: #1ca3d9;
}
.fiji-palm {
color: #4c8b3c;
}
/* CSS Variables */
:root {
--bloody-rust:#d72d41;
--american-yellow:#f5b400;
--super-saiyan:#ffdd00;
--bright-cerulean:#1ca3d9;
--fiji-palm:#4c8b3c;
}