Rose Garden Color Palette
Discover the beautiful Rose Garden color palette featuring concrete (#f2f2f2), charm (#d57b8c), chestnut rose (#c95974), froly (#f0707d) and cold turkey (#d0b3b3).
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 Rose Garden palette
💻 Rose Garden color palette CSS
/* CSS */
.color-1 {
color: #f2f2f2;
}
.color-2 {
color: #d57b8c;
}
.color-3 {
color: #c95974;
}
.color-4 {
color: #f0707d;
}
.color-5 {
color: #d0b3b3;
}
/* CSS Variables */
:root {
--color-1: #f2f2f2;
--color-2: #d57b8c;
--color-3: #c95974;
--color-4: #f0707d;
--color-5: #d0b3b3;
} 🌈 Rose Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2f2f2, #d57b8c, #c95974, #f0707d, #d0b3b3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2f2f2, #d57b8c, #c95974, #f0707d, #d0b3b3);
} 🔗 Explore similar color palettes
Rose Garden color palette created on .