Stolas Color Palette
Discover the beautiful Stolas color palette featuring mulled wine (#5b4a78), rum (#7f6a95), santas gray (#a29fb7), french lilac (#d9bae9) and azalea (#f3c3d5).
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 Stolas palette
💻 Stolas color palette CSS
/* CSS */
.color-1 {
color: #5b4a78;
}
.color-2 {
color: #7f6a95;
}
.color-3 {
color: #a29fb7;
}
.color-4 {
color: #d9bae9;
}
.color-5 {
color: #f3c3d5;
}
/* CSS Variables */
:root {
--color-1: #5b4a78;
--color-2: #7f6a95;
--color-3: #a29fb7;
--color-4: #d9bae9;
--color-5: #f3c3d5;
} 🌈 Stolas background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4a78, #7f6a95, #a29fb7, #d9bae9, #f3c3d5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4a78, #7f6a95, #a29fb7, #d9bae9, #f3c3d5);
} 🔗 Explore similar color palettes
Stolas color palette created on .