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