Paleta de colores Soft Sunrise

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Sunrise palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Soft Sunrise

Download soft sunrise color palette PNG image (landscape)
Download soft sunrise color palette PNG image (square)

CSS de la paleta de colores Soft Sunrise

/* CSS */
.color-1 {
color: #2b2b2b;
}
.color-2 {
color: #f6d4cb;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #f7e58d;
}
.color-5 {
color: #ffffb3;
}

/* CSS Variables */
:root {
--color-1: #2b2b2b;
--color-2: #f6d4cb;
--color-3: #ffffff;
--color-4: #f7e58d;
--color-5: #ffffb3;
}

CSS del degradado de fondo Soft Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b2b2b, #f6d4cb, #ffffff, #f7e58d, #ffffb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b2b2b, #f6d4cb, #ffffff, #f7e58d, #ffffb3);
}

Soft Sunrise color palette created on .