Paleta de colores Clever Shadows
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Clever Shadows palette
CSS de la paleta de colores Clever Shadows
/* CSS */
.color-1 {
color: #1a3f8e;
}
.color-2 {
color: #3e6da8;
}
.color-3 {
color: #6bb1d1;
}
.color-4 {
color: #9eddf0;
}
.color-5 {
color: #f1f8f4;
}
/* CSS Variables */
:root {
--color-1: #1a3f8e;
--color-2: #3e6da8;
--color-3: #6bb1d1;
--color-4: #9eddf0;
--color-5: #f1f8f4;
}
CSS del degradado de fondo Clever Shadows
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a3f8e, #3e6da8, #6bb1d1, #9eddf0, #f1f8f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a3f8e, #3e6da8, #6bb1d1, #9eddf0, #f1f8f4);
}
Paletas de colores similares
Clever Shadows color palette created on .