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: #9cb3d3;
}
.color-2 {
color: #08b5af;
}
.color-3 {
color: #3ab3bb;
}
.color-4 {
color: #4dd5d5;
}
.color-5 {
color: #cee8e4;
}
/* CSS Variables */
:root {
--color-1: #9cb3d3;
--color-2: #08b5af;
--color-3: #3ab3bb;
--color-4: #4dd5d5;
--color-5: #cee8e4;
}
CSS del degradado de fondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9cb3d3, #08b5af, #3ab3bb, #4dd5d5, #cee8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9cb3d3, #08b5af, #3ab3bb, #4dd5d5, #cee8e4);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 20 paletas de colores Estético
Shades of Blue color palette created on .