Shades of Cornflower Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Cornflower Blue palette

Share this palette to:

Download Shades of Cornflower Blue Color Palette (PNG)

Download shades of cornflower blue color palette PNG image (landscape)
Download shades of cornflower blue color palette PNG image (square)

Shades of Cornflower Blue color palette CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #6093d2;
}
.color-3 {
color: #3f71a6;
}
.color-4 {
color: #2d4c80;
}
.color-5 {
color: #1b294b;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #6093d2;
--color-3: #3f71a6;
--color-4: #2d4c80;
--color-5: #1b294b;
}

Shades of Cornflower Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #6093d2, #3f71a6, #2d4c80, #1b294b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #6093d2, #3f71a6, #2d4c80, #1b294b);
}

Shades of Cornflower Blue color palette created on .