Paleta de colores Sunset Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset Dreams palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sunset Dreams

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

CSS de la paleta de colores Sunset Dreams

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #4ccfe1;
}
.color-5 {
color: #ff4281;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #ffec3d;
--color-4: #4ccfe1;
--color-5: #ff4281;
}

CSS del degradado de fondo Sunset Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #ffec3d, #4ccfe1, #ff4281);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #ffec3d, #4ccfe1, #ff4281);
}

Sunset Dreams color palette created on .