Sunset Rose Garden Color Palette
Discover the beautiful Sunset Rose Garden color palette featuring calico (#e4bc9a), calico (#e0b990), my pink (#d79484), mandy (#eb565b) and turkish rose (#b86b6e).
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 Sunset Rose Garden palette
💻 Sunset Rose Garden color palette CSS
/* CSS */
.color-1 {
color: #e4bc9a;
}
.color-2 {
color: #e0b990;
}
.color-3 {
color: #d79484;
}
.color-4 {
color: #eb565b;
}
.color-5 {
color: #b86b6e;
}
/* CSS Variables */
:root {
--color-1: #e4bc9a;
--color-2: #e0b990;
--color-3: #d79484;
--color-4: #eb565b;
--color-5: #b86b6e;
} 🌈 Sunset Rose Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4bc9a, #e0b990, #d79484, #eb565b, #b86b6e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4bc9a, #e0b990, #d79484, #eb565b, #b86b6e);
} 🔗 Explore similar color palettes
Sunset Rose Garden color palette created on .