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: #a1dff7;
}
.color-2 {
color: #79c2d8;
}
.color-3 {
color: #55b1c3;
}
.color-4 {
color: #3d9c9e;
}
.color-5 {
color: #2a7a6c;
}
/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #79c2d8;
--color-3: #55b1c3;
--color-4: #3d9c9e;
--color-5: #2a7a6c;
}
CSS del degradado de fondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #79c2d8, #55b1c3, #3d9c9e, #2a7a6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #79c2d8, #55b1c3, #3d9c9e, #2a7a6c);
}
Paletas de colores similares
Shades of Blue color palette created on .