Paleta de colores Sunlit Eclipse

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunlit Eclipse palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sunlit Eclipse

Download sunlit eclipse color palette PNG image (landscape)
Download sunlit eclipse color palette PNG image (square)

CSS de la paleta de colores Sunlit Eclipse

/* CSS */
.color-1 {
color: #f6e8a2;
}
.color-2 {
color: #f3ca4f;
}
.color-3 {
color: #f09e4c;
}
.color-4 {
color: #a87f3e;
}
.color-5 {
color: #4c4c4d;
}

/* CSS Variables */
:root {
--color-1: #f6e8a2;
--color-2: #f3ca4f;
--color-3: #f09e4c;
--color-4: #a87f3e;
--color-5: #4c4c4d;
}

CSS del degradado de fondo Sunlit Eclipse

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e8a2, #f3ca4f, #f09e4c, #a87f3e, #4c4c4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e8a2, #f3ca4f, #f09e4c, #a87f3e, #4c4c4d);
}

Sunlit Eclipse color palette created on .