Blue Dorian Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Dorian palette

Share this palette to:

Blue Dorian color palette CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #50b6e2;
}
.color-3 {
color: #f6e1a2;
}
.color-4 {
color: #f1a8a2;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #50b6e2;
--color-3: #f6e1a2;
--color-4: #f1a8a2;
--color-5: #e74d3c;
}

Blue Dorian background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #50b6e2, #f6e1a2, #f1a8a2, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #50b6e2, #f6e1a2, #f1a8a2, #e74d3c);
}

Blue Dorian color palette created on .