Paleta de colores Peaceful Winter

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Peaceful Winter palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Peaceful Winter

Download peaceful winter color palette PNG image (landscape)
Download peaceful winter color palette PNG image (square)

CSS de la paleta de colores Peaceful Winter

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b2dae0;
}
.color-3 {
color: #e2f3f3;
}
.color-4 {
color: #f0dab7;
}
.color-5 {
color: #f5b5a3;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b2dae0;
--color-3: #e2f3f3;
--color-4: #f0dab7;
--color-5: #f5b5a3;
}

CSS del degradado de fondo Peaceful Winter

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b2dae0, #e2f3f3, #f0dab7, #f5b5a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b2dae0, #e2f3f3, #f0dab7, #f5b5a3);
}

Peaceful Winter color palette created on .