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