Paleta de colores Sunset Shimmer

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset Shimmer palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sunset Shimmer

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

CSS de la paleta de colores Sunset Shimmer

/* CSS */
.color-1 {
color: #f08a3d;
}
.color-2 {
color: #f1b341;
}
.color-3 {
color: #f1d85b;
}
.color-4 {
color: #f2e8f3;
}
.color-5 {
color: #d63f2e;
}

/* CSS Variables */
:root {
--color-1: #f08a3d;
--color-2: #f1b341;
--color-3: #f1d85b;
--color-4: #f2e8f3;
--color-5: #d63f2e;
}

CSS del degradado de fondo Sunset Shimmer

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f08a3d, #f1b341, #f1d85b, #f2e8f3, #d63f2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f08a3d, #f1b341, #f1d85b, #f2e8f3, #d63f2e);
}

Sunset Shimmer color palette created on .