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