Paleta de colores Shades of Ice Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Ice Blue palette
CSS de la paleta de colores Shades of Ice Blue
/* CSS */
.color-1 {
color: #b1dfe2;
}
.color-2 {
color: #a6d9d8;
}
.color-3 {
color: #8cd1d4;
}
.color-4 {
color: #6ec8c9;
}
.color-5 {
color: #49b8bc;
}
/* CSS Variables */
:root {
--color-1: #b1dfe2;
--color-2: #a6d9d8;
--color-3: #8cd1d4;
--color-4: #6ec8c9;
--color-5: #49b8bc;
}
CSS del degradado de fondo Shades of Ice Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1dfe2, #a6d9d8, #8cd1d4, #6ec8c9, #49b8bc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1dfe2, #a6d9d8, #8cd1d4, #6ec8c9, #49b8bc);
}
Paletas de colores similares
Shades of Ice Blue color palette created on .