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