Stolas Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Stolas palette
Color Inspiration
Images that showcase this color palette in real designs
Download Stolas Color Palette (PNG)
Stolas color palette CSS
/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #3e2a8d;
}
.color-3 {
color: #8d3f8d;
}
.color-4 {
color: #b95b6c;
}
.color-5 {
color: #fbc1a2;
}
/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3e2a8d;
--color-3: #8d3f8d;
--color-4: #b95b6c;
--color-5: #fbc1a2;
}
Stolas background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3e2a8d, #8d3f8d, #b95b6c, #fbc1a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3e2a8d, #8d3f8d, #b95b6c, #fbc1a2);
}
Similar color palettes
Scroll down to explore 100+ Deep color palettes
Stolas color palette created on .