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