Paleta de colores Vibrant Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Serenade

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #fdcc81;
}
.color-3 {
color: #f9df5d;
}
.color-4 {
color: #a7d78e;
}
.color-5 {
color: #4ca1bd;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #fdcc81;
--color-3: #f9df5d;
--color-4: #a7d78e;
--color-5: #4ca1bd;
}

CSS del degradado de fondo Vibrant Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #fdcc81, #f9df5d, #a7d78e, #4ca1bd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #fdcc81, #f9df5d, #a7d78e, #4ca1bd);
}

Vibrant Serenade color palette created on .