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: #1ca9d4;
}
.color-2 {
color: #a0e4e1;
}
.color-3 {
color: #dfb1e2;
}
.color-4 {
color: #d1a0e4;
}
.color-5 {
color: #9f6bb8;
}
/* CSS Variables */
:root {
--color-1: #1ca9d4;
--color-2: #a0e4e1;
--color-3: #dfb1e2;
--color-4: #d1a0e4;
--color-5: #9f6bb8;
}
CSS del degradado de fondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1ca9d4, #a0e4e1, #dfb1e2, #d1a0e4, #9f6bb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1ca9d4, #a0e4e1, #dfb1e2, #d1a0e4, #9f6bb8);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Aguamarina
Shades of Blue color palette created on .