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: #abbff2;
}
.color-2 {
color: #8bcada;
}
.color-3 {
color: #62b1c0;
}
.color-4 {
color: #3b9fb5;
}
.color-5 {
color: #2a7e93;
}
/* CSS Variables */
:root {
--color-1: #abbff2;
--color-2: #8bcada;
--color-3: #62b1c0;
--color-4: #3b9fb5;
--color-5: #2a7e93;
}
CSS del degradado de fondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #abbff2, #8bcada, #62b1c0, #3b9fb5, #2a7e93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #abbff2, #8bcada, #62b1c0, #3b9fb5, #2a7e93);
}
Paletas de colores similares
Shades of Blue color palette created on .