Sierra Color Palette
Discover the beautiful Sierra color palette featuring millbrook (#6d4a3c), tonys pink (#e3a27d), mandys pink (#f1c6b1), wafer (#d8c2c0) and parchment (#f2e1d4).
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 Sierra palette
💻 Sierra color palette CSS
/* CSS */
.color-1 {
color: #6d4a3c;
}
.color-2 {
color: #e3a27d;
}
.color-3 {
color: #f1c6b1;
}
.color-4 {
color: #d8c2c0;
}
.color-5 {
color: #f2e1d4;
}
/* CSS Variables */
:root {
--color-1: #6d4a3c;
--color-2: #e3a27d;
--color-3: #f1c6b1;
--color-4: #d8c2c0;
--color-5: #f2e1d4;
} 🌈 Sierra background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d4a3c, #e3a27d, #f1c6b1, #d8c2c0, #f2e1d4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d4a3c, #e3a27d, #f1c6b1, #d8c2c0, #f2e1d4);
} 🔗 Explore similar color palettes
Sierra color palette created on .