Sunlit Daisy Fields Color Palette
Discover the beautiful Sunlit Daisy Fields color palette featuring sweet corn (#f6e67e), goldenrod (#f9d66c), ronchi (#f1b74b), carrot orange (#f28f2c) and tango (#e86e2c).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Sunlit Daisy Fields palette
💻 Sunlit Daisy Fields color palette CSS
/* CSS */
.color-1 {
color: #f6e67e;
}
.color-2 {
color: #f9d66c;
}
.color-3 {
color: #f1b74b;
}
.color-4 {
color: #f28f2c;
}
.color-5 {
color: #e86e2c;
}
/* CSS Variables */
:root {
--color-1: #f6e67e;
--color-2: #f9d66c;
--color-3: #f1b74b;
--color-4: #f28f2c;
--color-5: #e86e2c;
} 🌈 Sunlit Daisy Fields background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e67e, #f9d66c, #f1b74b, #f28f2c, #e86e2c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e67e, #f9d66c, #f1b74b, #f28f2c, #e86e2c);
} 🔗 Explore similar color palettes
Sunlit Daisy Fields color palette created on .