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