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