Paleta de colores Serene Sunrise

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Sunrise palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Sunrise

/* CSS */
.color-1 {
color: #7e9bb9;
}
.color-2 {
color: #ade1d4;
}
.color-3 {
color: #f5e0a3;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}

/* CSS Variables */
:root {
--color-1: #7e9bb9;
--color-2: #ade1d4;
--color-3: #f5e0a3;
--color-4: #f9c54e;
--color-5: #f94346;
}

CSS del degradado de fondo Serene Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e9bb9, #ade1d4, #f5e0a3, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e9bb9, #ade1d4, #f5e0a3, #f9c54e, #f94346);
}

Serene Sunrise color palette created on .