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: #b9dfd9;
}
.color-2 {
color: #a4d5d1;
}
.color-3 {
color: #8ccdd9;
}
.color-4 {
color: #5ac5d3;
}
.color-5 {
color: #3cb8c8;
}
/* CSS Variables */
:root {
--color-1: #b9dfd9;
--color-2: #a4d5d1;
--color-3: #8ccdd9;
--color-4: #5ac5d3;
--color-5: #3cb8c8;
}
CSS del degradado de fondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9dfd9, #a4d5d1, #8ccdd9, #5ac5d3, #3cb8c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9dfd9, #a4d5d1, #8ccdd9, #5ac5d3, #3cb8c8);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 50+ paletas de colores Estético
Shades of Blue color palette created on .