Virgo Color Palette
Discover the beautiful Virgo color palette featuring regent gray (#798c9a), casper (#afc1d4), mystic (#dfe4ec), aqua haze (#f6f9f8) and cherokee (#f9c78b).
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 Virgo palette
💻 Virgo color palette CSS
/* CSS */
.color-1 {
color: #798c9a;
}
.color-2 {
color: #afc1d4;
}
.color-3 {
color: #dfe4ec;
}
.color-4 {
color: #f6f9f8;
}
.color-5 {
color: #f9c78b;
}
/* CSS Variables */
:root {
--color-1: #798c9a;
--color-2: #afc1d4;
--color-3: #dfe4ec;
--color-4: #f6f9f8;
--color-5: #f9c78b;
} 🌈 Virgo background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #798c9a, #afc1d4, #dfe4ec, #f6f9f8, #f9c78b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #798c9a, #afc1d4, #dfe4ec, #f6f9f8, #f9c78b);
} 🔗 Explore similar color palettes
Virgo color palette created on .