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