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: #b2c3d7;
}
.color-2 {
color: #f7e4a1;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffb3b3;
}
.color-5 {
color: #4e9fa6;
}
/* CSS Variables */
:root {
--color-1: #b2c3d7;
--color-2: #f7e4a1;
--color-3: #ff6e61;
--color-4: #ffb3b3;
--color-5: #4e9fa6;
}
CSS del degradado de fondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2c3d7, #f7e4a1, #ff6e61, #ffb3b3, #4e9fa6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2c3d7, #f7e4a1, #ff6e61, #ffb3b3, #4e9fa6);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Brillante
Shades of Blue color palette created on .