/* CSS */
.color-1 {
color: #EFBC2E;
}
.color-2 {
color: #F0B97A;
}
.color-3 {
color: #ED97B1;
}
.color-4 {
color: #B1D2B8;
}
.color-5 {
color: #ECDBA7;
}
/* CSS Variables */
:root {
--color-1: #EFBC2E;
--color-2: #F0B97A;
--color-3: #ED97B1;
--color-4: #B1D2B8;
--color-5: #ECDBA7;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #EFBC2E, #F0B97A, #ED97B1, #B1D2B8, #ECDBA7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #EFBC2E, #F0B97A, #ED97B1, #B1D2B8, #ECDBA7);
}
Sweet Treat Delights color palette created on .