/* CSS */
.color-1 {
color: #E97C58;
}
.color-2 {
color: #E2931D;
}
.color-3 {
color: #E8C34A;
}
.color-4 {
color: #F1D593;
}
.color-5 {
color: #F6E7BB;
}
/* CSS Variables */
:root {
--color-1: #E97C58;
--color-2: #E2931D;
--color-3: #E8C34A;
--color-4: #F1D593;
--color-5: #F6E7BB;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #E97C58, #E2931D, #E8C34A, #F1D593, #F6E7BB);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #E97C58, #E2931D, #E8C34A, #F1D593, #F6E7BB);
}
Koi Serenity color palette created on .