Paleta de colores Serenity in Empowerment

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serenity in Empowerment palette

Compartir esta paleta en:

CSS de la paleta de colores Serenity in Empowerment

/* CSS */
.color-1 {
color: #4abf8c;
}
.color-2 {
color: #a1d9a5;
}
.color-3 {
color: #f2e8b1;
}
.color-4 {
color: #f5b47a;
}
.color-5 {
color: #e66a5c;
}

/* CSS Variables */
:root {
--color-1: #4abf8c;
--color-2: #a1d9a5;
--color-3: #f2e8b1;
--color-4: #f5b47a;
--color-5: #e66a5c;
}

CSS del degradado de fondo Serenity in Empowerment

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4abf8c, #a1d9a5, #f2e8b1, #f5b47a, #e66a5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4abf8c, #a1d9a5, #f2e8b1, #f5b47a, #e66a5c);
}

Serenity in Empowerment color palette created on .