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