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