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