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