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