Loading...

Paleta de colores Sunrise

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunrise palette

Compartir esta paleta en:

Descargar la paleta de colores Sunrise (PNG)

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

CSS de la paleta de colores Sunrise

/* CSS */
.color-1 {
color: #d0ae7c;
}
.color-2 {
color: #cda174;
}
.color-3 {
color: #cd8974;
}
.color-4 {
color: #bc6f57;
}
.color-5 {
color: #90503c;
}

/* CSS Variables */
:root {
--color-1: #d0ae7c;
--color-2: #cda174;
--color-3: #cd8974;
--color-4: #bc6f57;
--color-5: #90503c;
}

CSS del degradado de fondo Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0ae7c, #cda174, #cd8974, #bc6f57, #90503c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0ae7c, #cda174, #cd8974, #bc6f57, #90503c);
}

Sunrise color palette created on .