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