Paleta de colores Innocent Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Innocent Dream palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Innocent Dream

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

CSS de la paleta de colores Innocent Dream

/* CSS */
.color-1 {
color: #f6a7b0;
}
.color-2 {
color: #ffb8d1;
}
.color-3 {
color: #ffedb3;
}
.color-4 {
color: #b0e3d4;
}
.color-5 {
color: #a0c1e9;
}

/* CSS Variables */
:root {
--color-1: #f6a7b0;
--color-2: #ffb8d1;
--color-3: #ffedb3;
--color-4: #b0e3d4;
--color-5: #a0c1e9;
}

CSS del degradado de fondo Innocent Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b0, #ffb8d1, #ffedb3, #b0e3d4, #a0c1e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b0, #ffb8d1, #ffedb3, #b0e3d4, #a0c1e9);
}

Innocent Dream color palette created on .