Paleta de colores Warm Embrace

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Warm Embrace palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Warm Embrace

Download warm embrace color palette PNG image (landscape)
Download warm embrace color palette PNG image (square)

CSS de la paleta de colores Warm Embrace

/* CSS */
.color-1 {
color: #f9d8c3;
}
.color-2 {
color: #f2b2a1;
}
.color-3 {
color: #e89d8c;
}
.color-4 {
color: #d27d6a;
}
.color-5 {
color: #bc5c5e;
}

/* CSS Variables */
:root {
--color-1: #f9d8c3;
--color-2: #f2b2a1;
--color-3: #e89d8c;
--color-4: #d27d6a;
--color-5: #bc5c5e;
}

CSS del degradado de fondo Warm Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d8c3, #f2b2a1, #e89d8c, #d27d6a, #bc5c5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d8c3, #f2b2a1, #e89d8c, #d27d6a, #bc5c5e);
}

Warm Embrace color palette created on .