Paleta de colores Winter's Embrace

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Winter's Embrace palette

Compartir esta paleta en:

CSS de la paleta de colores Winter's Embrace

/* CSS */
.color-1 {
color: #e1f6f9;
}
.color-2 {
color: #b2e0e0;
}
.color-3 {
color: #81b1b1;
}
.color-4 {
color: #3f7d7d;
}
.color-5 {
color: #1d4e4e;
}

/* CSS Variables */
:root {
--color-1: #e1f6f9;
--color-2: #b2e0e0;
--color-3: #81b1b1;
--color-4: #3f7d7d;
--color-5: #1d4e4e;
}

CSS del degradado de fondo Winter's Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1f6f9, #b2e0e0, #81b1b1, #3f7d7d, #1d4e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1f6f9, #b2e0e0, #81b1b1, #3f7d7d, #1d4e4e);
}

Winter's Embrace color palette created on .