Blue Stolas Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Stolas palette

Share this palette to:

Blue Stolas color palette PNG image

Download blue stolas color palette PNG image (landscape)
Download blue stolas color palette PNG image (square)

Blue Stolas color palette CSS

/* CSS */
.color-1 {
color: #1e2876;
}
.color-2 {
color: #495d92;
}
.color-3 {
color: #7b8bb2;
}
.color-4 {
color: #b3c1df;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #1e2876;
--color-2: #495d92;
--color-3: #7b8bb2;
--color-4: #b3c1df;
--color-5: #f1c84b;
}

Blue Stolas background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2876, #495d92, #7b8bb2, #b3c1df, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2876, #495d92, #7b8bb2, #b3c1df, #f1c84b);
}

Blue Stolas color palette created on .