Paleta de colores Shades of Biscay
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Biscay palette
CSS de la paleta de colores Shades of Biscay
/* CSS */
.color-1 {
color: #1b3264;
}
.color-2 {
color: #2b4e78;
}
.color-3 {
color: #4b7c9b;
}
.color-4 {
color: #a5c6d5;
}
.color-5 {
color: #eaf2f6;
}
/* CSS Variables */
:root {
--color-1: #1b3264;
--color-2: #2b4e78;
--color-3: #4b7c9b;
--color-4: #a5c6d5;
--color-5: #eaf2f6;
}
CSS del degradado de fondo Shades of Biscay
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b3264, #2b4e78, #4b7c9b, #a5c6d5, #eaf2f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b3264, #2b4e78, #4b7c9b, #a5c6d5, #eaf2f6);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Estético
Shades of Biscay color palette created on .