Paleta de colores Cornflower Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cornflower Dream palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Cornflower Dream

Download cornflower dream color palette PNG image (landscape)
Download cornflower dream color palette PNG image (square)

CSS de la paleta de colores Cornflower Dream

/* CSS */
.color-1 {
color: #f8c9d6;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #d9a1c3;
}
.color-4 {
color: #a26ca7;
}
.color-5 {
color: #6d4b8b;
}

/* CSS Variables */
:root {
--color-1: #f8c9d6;
--color-2: #eab8d1;
--color-3: #d9a1c3;
--color-4: #a26ca7;
--color-5: #6d4b8b;
}

CSS del degradado de fondo Cornflower Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c9d6, #eab8d1, #d9a1c3, #a26ca7, #6d4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c9d6, #eab8d1, #d9a1c3, #a26ca7, #6d4b8b);
}

Cornflower Dream color palette created on .