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: #ffb3b3;
}
.color-2 {
color: #ffdfb3;
}
.color-3 {
color: #ffffb3;
}
.color-4 {
color: #b3e2ff;
}
.color-5 {
color: #b3d0ff;
}

/* CSS Variables */
:root {
--color-1: #ffb3b3;
--color-2: #ffdfb3;
--color-3: #ffffb3;
--color-4: #b3e2ff;
--color-5: #b3d0ff;
}

CSS del degradado de fondo Serene Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3b3, #ffdfb3, #ffffb3, #b3e2ff, #b3d0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3b3, #ffdfb3, #ffffb3, #b3e2ff, #b3d0ff);
}

Serene Sunrise color palette created on .