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