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