Virtue Color Palette
Discover the beautiful Virtue color palette featuring merino (#f7f3e8), double spanish white (#e6cab7), whiskey (#d3a078), muddy waters (#b28b5c) and leather (#8c5f4f).
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 Virtue palette
💻 Virtue color palette CSS
/* CSS */
.color-1 {
color: #f7f3e8;
}
.color-2 {
color: #e6cab7;
}
.color-3 {
color: #d3a078;
}
.color-4 {
color: #b28b5c;
}
.color-5 {
color: #8c5f4f;
}
/* CSS Variables */
:root {
--color-1: #f7f3e8;
--color-2: #e6cab7;
--color-3: #d3a078;
--color-4: #b28b5c;
--color-5: #8c5f4f;
} 🌈 Virtue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7f3e8, #e6cab7, #d3a078, #b28b5c, #8c5f4f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7f3e8, #e6cab7, #d3a078, #b28b5c, #8c5f4f);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Virtue color palette created on .