/* CSS */
.color-1 {
color: #CC7A00;
}
.color-2 {
color: #CC4E00;
}
.color-3 {
color: #BD3C00;
}
.color-4 {
color: #C4110E;
}
.color-5 {
color: #890B5B;
}
/* CSS Variables */
:root {
--color-1: #CC7A00;
--color-2: #CC4E00;
--color-3: #BD3C00;
--color-4: #C4110E;
--color-5: #890B5B;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #CC7A00, #CC4E00, #BD3C00, #C4110E, #890B5B);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #CC7A00, #CC4E00, #BD3C00, #C4110E, #890B5B);
}
Vibrant Ember Essence color palette created on .