Paleta de colores Winter Warmth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Winter Warmth palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Winter Warmth

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

CSS de la paleta de colores Winter Warmth

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #e3f0d6;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #f47b1f;
}
.color-5 {
color: #a64b3a;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #e3f0d6;
--color-3: #ffb84d;
--color-4: #f47b1f;
--color-5: #a64b3a;
}

CSS del degradado de fondo Winter Warmth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #e3f0d6, #ffb84d, #f47b1f, #a64b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #e3f0d6, #ffb84d, #f47b1f, #a64b3a);
}

Winter Warmth color palette created on .