Paleta de colores Cornflower Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cornflower Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Cornflower Dream

/* CSS */
.color-1 {
color: #6494ed;
}
.color-2 {
color: #6cc0e4;
}
.color-3 {
color: #a1d6e8;
}
.color-4 {
color: #f6bbd5;
}
.color-5 {
color: #f7c750;
}

/* CSS Variables */
:root {
--color-1: #6494ed;
--color-2: #6cc0e4;
--color-3: #a1d6e8;
--color-4: #f6bbd5;
--color-5: #f7c750;
}

CSS del degradado de fondo Cornflower Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6494ed, #6cc0e4, #a1d6e8, #f6bbd5, #f7c750);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6494ed, #6cc0e4, #a1d6e8, #f6bbd5, #f7c750);
}

Cornflower Dream color palette created on .