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