Paleta de colores Serene Sunset Blossoms

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Sunset Blossoms palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Sunset Blossoms

/* CSS */
.color-1 {
color: #75c7b1;
}
.color-2 {
color: #f5ae3d;
}
.color-3 {
color: #f57d2e;
}
.color-4 {
color: #e3a1a3;
}
.color-5 {
color: #7f3a9c;
}

/* CSS Variables */
:root {
--color-1: #75c7b1;
--color-2: #f5ae3d;
--color-3: #f57d2e;
--color-4: #e3a1a3;
--color-5: #7f3a9c;
}

CSS del degradado de fondo Serene Sunset Blossoms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #75c7b1, #f5ae3d, #f57d2e, #e3a1a3, #7f3a9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #75c7b1, #f5ae3d, #f57d2e, #e3a1a3, #7f3a9c);
}

Serene Sunset Blossoms color palette created on .