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