Paleta de colores Shades of Cornflower

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Cornflower palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Cornflower

/* CSS */
.color-1 {
color: #95ccea;
}
.color-2 {
color: #6eb2d4;
}
.color-3 {
color: #4a9cc4;
}
.color-4 {
color: #3b89b0;
}
.color-5 {
color: #2e7b99;
}

/* CSS Variables */
:root {
--color-1: #95ccea;
--color-2: #6eb2d4;
--color-3: #4a9cc4;
--color-4: #3b89b0;
--color-5: #2e7b99;
}

CSS del degradado de fondo Shades of Cornflower

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #95ccea, #6eb2d4, #4a9cc4, #3b89b0, #2e7b99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #95ccea, #6eb2d4, #4a9cc4, #3b89b0, #2e7b99);
}

Shades of Cornflower color palette created on .