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