Paleta de colores Sunrise Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunrise Dream palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sunrise Dream

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

CSS de la paleta de colores Sunrise Dream

/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #ffebc7;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #e4ffb3;
}
.color-5 {
color: #f08d3d;
}

/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #ffebc7;
--color-3: #ffb84d;
--color-4: #e4ffb3;
--color-5: #f08d3d;
}

CSS del degradado de fondo Sunrise Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #ffebc7, #ffb84d, #e4ffb3, #f08d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #ffebc7, #ffb84d, #e4ffb3, #f08d3d);
}

Sunrise Dream color palette created on .