Blue Cain Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Cain palette
Color Inspiration
Images that showcase this color palette in real designs
Download Blue Cain Color Palette (PNG)
Blue Cain color palette CSS
/* CSS */
.color-1 {
color: #1e396b;
}
.color-2 {
color: #496d9c;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #f5c99e;
}
.color-5 {
color: #f65b3c;
}
/* CSS Variables */
:root {
--color-1: #1e396b;
--color-2: #496d9c;
--color-3: #a3c7e0;
--color-4: #f5c99e;
--color-5: #f65b3c;
}
Blue Cain background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e396b, #496d9c, #a3c7e0, #f5c99e, #f65b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e396b, #496d9c, #a3c7e0, #f5c99e, #f65b3c);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Blue Cain color palette created on .