Paleta de colores Serendipity Spectrum
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serendipity Spectrum palette
CSS de la paleta de colores Serendipity Spectrum
/* CSS */
.color-1 {
color: #4a8b3c;
}
.color-2 {
color: #6ecf7b;
}
.color-3 {
color: #98e29f;
}
.color-4 {
color: #f3f16d;
}
.color-5 {
color: #fab700;
}
/* CSS Variables */
:root {
--color-1: #4a8b3c;
--color-2: #6ecf7b;
--color-3: #98e29f;
--color-4: #f3f16d;
--color-5: #fab700;
}
CSS del degradado de fondo Serendipity Spectrum
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a8b3c, #6ecf7b, #98e29f, #f3f16d, #fab700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a8b3c, #6ecf7b, #98e29f, #f3f16d, #fab700);
}
Paletas de colores similares
Serendipity Spectrum color palette created on .