Shades of Cornflower Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Cornflower palette

Share this palette to:

Shades of Cornflower color palette CSS

/* CSS */
.color-1 {
color: #95ccea;
}
.color-2 {
color: #7ab6e1;
}
.color-3 {
color: #4da3d1;
}
.color-4 {
color: #1a8db7;
}
.color-5 {
color: #007a99;
}

/* CSS Variables */
:root {
--color-1: #95ccea;
--color-2: #7ab6e1;
--color-3: #4da3d1;
--color-4: #1a8db7;
--color-5: #007a99;
}

Shades of Cornflower background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #95ccea, #7ab6e1, #4da3d1, #1a8db7, #007a99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #95ccea, #7ab6e1, #4da3d1, #1a8db7, #007a99);
}

Shades of Cornflower color palette created on .