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