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