/* CSS */
.color-1 {
color: #F7C5A6;
}
.color-2 {
color: #F2A27D;
}
.color-3 {
color: #EFB05D;
}
.color-4 {
color: #F6E74C;
}
.color-5 {
color: #D1E05C;
}
/* CSS Variables */
:root {
--color-1: #F7C5A6;
--color-2: #F2A27D;
--color-3: #EFB05D;
--color-4: #F6E74C;
--color-5: #D1E05C;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F7C5A6, #F2A27D, #EFB05D, #F6E74C, #D1E05C);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F7C5A6, #F2A27D, #EFB05D, #F6E74C, #D1E05C);
}Sunlit Orchard color palette created on .