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