Paleta de colores Blue Finance
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blue Finance palette
CSS de la paleta de colores Blue Finance
/* CSS */
.color-1 {
color: #3c9acd;
}
.color-2 {
color: #6fbe7f;
}
.color-3 {
color: #f8d5a0;
}
.color-4 {
color: #f49f3e;
}
.color-5 {
color: #d6613d;
}
/* CSS Variables */
:root {
--color-1: #3c9acd;
--color-2: #6fbe7f;
--color-3: #f8d5a0;
--color-4: #f49f3e;
--color-5: #d6613d;
}
CSS del degradado de fondo Blue Finance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c9acd, #6fbe7f, #f8d5a0, #f49f3e, #d6613d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c9acd, #6fbe7f, #f8d5a0, #f49f3e, #d6613d);
}
Paletas de colores similares
Blue Finance color palette created on .