Paleta de colores Pastel Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pastel Dreams palette

Compartir esta paleta en:

Descargar la paleta de colores Pastel Dreams (PNG)

Download pastel dreams color palette PNG image (landscape)
Download pastel dreams color palette PNG image (square)

CSS de la paleta de colores Pastel Dreams

/* CSS */
.color-1 {
color: #f6c6d3;
}
.color-2 {
color: #f9e2b4;
}
.color-3 {
color: #b2e1e0;
}
.color-4 {
color: #a0d3d4;
}
.color-5 {
color: #f6b8a2;
}

/* CSS Variables */
:root {
--color-1: #f6c6d3;
--color-2: #f9e2b4;
--color-3: #b2e1e0;
--color-4: #a0d3d4;
--color-5: #f6b8a2;
}

CSS del degradado de fondo Pastel Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c6d3, #f9e2b4, #b2e1e0, #a0d3d4, #f6b8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c6d3, #f9e2b4, #b2e1e0, #a0d3d4, #f6b8a2);
}

Pastel Dreams color palette created on .