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