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