Paleta de colores Executive Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Executive Serenity palette
CSS de la paleta de colores Executive Serenity
/* CSS */
.color-1 {
color: #3ba091;
}
.color-2 {
color: #5abf9d;
}
.color-3 {
color: #8ce3b2;
}
.color-4 {
color: #f6d9a2;
}
.color-5 {
color: #f8a5a5;
}
/* CSS Variables */
:root {
--color-1: #3ba091;
--color-2: #5abf9d;
--color-3: #8ce3b2;
--color-4: #f6d9a2;
--color-5: #f8a5a5;
}
CSS del degradado de fondo Executive Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3ba091, #5abf9d, #8ce3b2, #f6d9a2, #f8a5a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3ba091, #5abf9d, #8ce3b2, #f6d9a2, #f8a5a5);
}
Paletas de colores similares
Executive Serenity color palette created on .