/* CSS */
.color-1 {
color: #FF5100;
}
.color-2 {
color: #FF9500;
}
.color-3 {
color: #FFC300;
}
.color-4 {
color: #FFFB00;
}
.color-5 {
color: #A1FF00;
}
/* CSS Variables */
:root {
--color-1: #FF5100;
--color-2: #FF9500;
--color-3: #FFC300;
--color-4: #FFFB00;
--color-5: #A1FF00;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #FF5100, #FF9500, #FFC300, #FFFB00, #A1FF00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #FF5100, #FF9500, #FFC300, #FFFB00, #A1FF00);
}
Skibidi Sunset Burst color palette created on .