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