Paleta de colores Sunrise Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunrise Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Sunrise Serenade

/* CSS */
.color-1 {
color: #fff9e5;
}
.color-2 {
color: #fce9b0;
}
.color-3 {
color: #f9c09f;
}
.color-4 {
color: #f58e8e;
}
.color-5 {
color: #f2546c;
}

/* CSS Variables */
:root {
--color-1: #fff9e5;
--color-2: #fce9b0;
--color-3: #f9c09f;
--color-4: #f58e8e;
--color-5: #f2546c;
}

CSS del degradado de fondo Sunrise Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff9e5, #fce9b0, #f9c09f, #f58e8e, #f2546c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff9e5, #fce9b0, #f9c09f, #f58e8e, #f2546c);
}

Sunrise Serenade color palette created on .