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