Paleta de colores Warm Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Warm Sunset palette

Compartir esta paleta en:

Descargar la paleta de colores Warm Sunset (PNG)

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

CSS de la paleta de colores Warm Sunset

/* CSS */
.color-1 {
color: #fcf8f8;
}
.color-2 {
color: #fbeef7;
}
.color-3 {
color: #fbdaf6;
}
.color-4 {
color: #f6d0f6;
}
.color-5 {
color: #ebcaf7;
}

/* CSS Variables */
:root {
--color-1: #fcf8f8;
--color-2: #fbeef7;
--color-3: #fbdaf6;
--color-4: #f6d0f6;
--color-5: #ebcaf7;
}

CSS del degradado de fondo Warm Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcf8f8, #fbeef7, #fbdaf6, #f6d0f6, #ebcaf7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcf8f8, #fbeef7, #fbdaf6, #f6d0f6, #ebcaf7);
}

Warm Sunset color palette created on .