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