Daisy Color Palette
Discover the beautiful Daisy color palette featuring aths special (#ece6d0), stark white (#e6dbbd), hampton (#e2cfac), pavlova (#d5bd95) and sorrell brown (#c9a888).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Cream, Earthy, Minimalist, Modern, Neutral, Soft, Warm color palettes and combinations.
💡 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 Daisy palette
💻 Daisy color palette CSS
/* CSS */
.color-1 {
color: #ece6d0;
}
.color-2 {
color: #e6dbbd;
}
.color-3 {
color: #e2cfac;
}
.color-4 {
color: #d5bd95;
}
.color-5 {
color: #c9a888;
}
/* CSS Variables */
:root {
--color-1: #ece6d0;
--color-2: #e6dbbd;
--color-3: #e2cfac;
--color-4: #d5bd95;
--color-5: #c9a888;
} 🌈 Daisy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ece6d0, #e6dbbd, #e2cfac, #d5bd95, #c9a888);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ece6d0, #e6dbbd, #e2cfac, #d5bd95, #c9a888);
} 🔗 Explore similar color palettes
Daisy color palette created on .