Paleta de colores Serendipitous Hues
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serendipitous Hues palette
CSS de la paleta de colores Serendipitous Hues
/* CSS */
.color-1 {
color: #799d6c;
}
.color-2 {
color: #a3c69f;
}
.color-3 {
color: #d2e8b0;
}
.color-4 {
color: #f9e8a9;
}
.color-5 {
color: #f0b3b2;
}
/* CSS Variables */
:root {
--color-1: #799d6c;
--color-2: #a3c69f;
--color-3: #d2e8b0;
--color-4: #f9e8a9;
--color-5: #f0b3b2;
}
CSS del degradado de fondo Serendipitous Hues
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #799d6c, #a3c69f, #d2e8b0, #f9e8a9, #f0b3b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #799d6c, #a3c69f, #d2e8b0, #f9e8a9, #f0b3b2);
}
Paletas de colores similares
Serendipitous Hues color palette created on .