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