Paleta de colores Vibrant Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Serenity

/* CSS */
.color-1 {
color: #f6b531;
}
.color-2 {
color: #f4e186;
}
.color-3 {
color: #aad96d;
}
.color-4 {
color: #6fbe89;
}
.color-5 {
color: #4a7c8c;
}

/* CSS Variables */
:root {
--color-1: #f6b531;
--color-2: #f4e186;
--color-3: #aad96d;
--color-4: #6fbe89;
--color-5: #4a7c8c;
}

CSS del degradado de fondo Vibrant Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b531, #f4e186, #aad96d, #6fbe89, #4a7c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b531, #f4e186, #aad96d, #6fbe89, #4a7c8c);
}

Vibrant Serenity color palette created on .