/* CSS */
.color-1 {
color: #F8E0AF;
}
.color-2 {
color: #F6A85A;
}
.color-3 {
color: #D98C3F;
}
.color-4 {
color: #E13E33;
}
.color-5 {
color: #BA4E3B;
}
/* CSS Variables */
:root {
--color-1: #F8E0AF;
--color-2: #F6A85A;
--color-3: #D98C3F;
--color-4: #E13E33;
--color-5: #BA4E3B;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F8E0AF, #F6A85A, #D98C3F, #E13E33, #BA4E3B);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F8E0AF, #F6A85A, #D98C3F, #E13E33, #BA4E3B);
}
Sunset Scribbles color palette created on .