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