/* CSS */
.color-1 {
color: #fe9467;
}
.color-2 {
color: #FEE067;
}
.color-3 {
color: #d1fe67;
}
/* CSS Variables */
:root {
--color-1: #fe9467;
--color-2: #FEE067;
--color-3: #d1fe67;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe9467, #FEE067, #d1fe67);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe9467, #FEE067, #d1fe67);
}Citrus Breeze color palette created on .