Paleta de colores Sunlit Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunlit Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Sunlit Serenade

/* CSS */
.color-1 {
color: #b8e5ba;
}
.color-2 {
color: #f8c8a0;
}
.color-3 {
color: #f7b5a1;
}
.color-4 {
color: #f9d66c;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #b8e5ba;
--color-2: #f8c8a0;
--color-3: #f7b5a1;
--color-4: #f9d66c;
--color-5: #f0a800;
}

CSS del degradado de fondo Sunlit Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8e5ba, #f8c8a0, #f7b5a1, #f9d66c, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8e5ba, #f8c8a0, #f7b5a1, #f9d66c, #f0a800);
}

Sunlit Serenade color palette created on .