Paleta de colores Cognitive Circuitry
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Cognitive Circuitry palette
CSS de la paleta de colores Cognitive Circuitry
/* CSS */
.color-1 {
color: #1e396b;
}
.color-2 {
color: #3e7a93;
}
.color-3 {
color: #5dc6b6;
}
.color-4 {
color: #a1e3c6;
}
.color-5 {
color: #f4f6ee;
}
/* CSS Variables */
:root {
--color-1: #1e396b;
--color-2: #3e7a93;
--color-3: #5dc6b6;
--color-4: #a1e3c6;
--color-5: #f4f6ee;
}
CSS del degradado de fondo Cognitive Circuitry
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e396b, #3e7a93, #5dc6b6, #a1e3c6, #f4f6ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e396b, #3e7a93, #5dc6b6, #a1e3c6, #f4f6ee);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Azul
Cognitive Circuitry color palette created on .