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