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