Paleta de colores Intellectual Depth
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Intellectual Depth palette
CSS de la paleta de colores Intellectual Depth
/* CSS */
.color-1 {
color: #1c3b6d;
}
.color-2 {
color: #3b5987;
}
.color-3 {
color: #5f7c9b;
}
.color-4 {
color: #7ba6b2;
}
.color-5 {
color: #9ec5d6;
}
/* CSS Variables */
:root {
--color-1: #1c3b6d;
--color-2: #3b5987;
--color-3: #5f7c9b;
--color-4: #7ba6b2;
--color-5: #9ec5d6;
}
CSS del degradado de fondo Intellectual Depth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3b6d, #3b5987, #5f7c9b, #7ba6b2, #9ec5d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3b6d, #3b5987, #5f7c9b, #7ba6b2, #9ec5d6);
}
Paletas de colores similares
Intellectual Depth color palette created on .