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