Shades of Cornflower Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Cornflower Blue palette

Condividi questa palette a:

Scarica la tavolozza dei colori Shades of Cornflower Blue (PNG)

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

tavolozza dei colori Shades of Cornflower Blue 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;
}

CSS con gradiente di sfondo Shades of Cornflower Blue

/* 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 .