Color names in this palette
CSS code for this palette
/* CSS */
.sovereign-red {
color: #d11f3d;
}
.satan {
color: #e53a24;
}
.summer-citrus {
color: #f77d2b;
}
.orange-pop {
color: #fbbf3c;
}
.butter-up {
color: #f3e2b9;
}
/* CSS Variables */
:root {
--sovereign-red:#d11f3d;
--satan:#e53a24;
--summer-citrus:#f77d2b;
--orange-pop:#fbbf3c;
--butter-up:#f3e2b9;
}