Blue Cain Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Cain palette

Share this palette to:

Download Blue Cain Color Palette (PNG)

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

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);
}

Blue Cain color palette created on .