Paleta de colores Shades of Cornflower Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Cornflower Blue palette

Compartir esta paleta en:

Descargar la paleta de colores 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)

CSS de la paleta de colores Shades of Cornflower Blue

/* 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 del degradado de fondo 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 .