Earthy Rose Color Palette
Discover the beautiful Earthy Rose color palette featuring cashmere (#e9b79f), cameo (#ddb0a2), rodeo dust (#c6a69a), sandal (#a77e6c) and shingle fawn (#6e4c3a).
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 Earthy Rose palette
💻 Earthy Rose color palette CSS
/* CSS */
.color-1 {
color: #e9b79f;
}
.color-2 {
color: #ddb0a2;
}
.color-3 {
color: #c6a69a;
}
.color-4 {
color: #a77e6c;
}
.color-5 {
color: #6e4c3a;
}
/* CSS Variables */
:root {
--color-1: #e9b79f;
--color-2: #ddb0a2;
--color-3: #c6a69a;
--color-4: #a77e6c;
--color-5: #6e4c3a;
}
🌈 Earthy Rose background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9b79f, #ddb0a2, #c6a69a, #a77e6c, #6e4c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9b79f, #ddb0a2, #c6a69a, #a77e6c, #6e4c3a);
}
🔗 Explore similar color palettes
Earthy Rose color palette created on .