Paleta de colores Neon Dreams of Spring
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Neon Dreams of Spring palette
CSS de la paleta de colores Neon Dreams of Spring
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #d9e8bb;
}
.color-4 {
color: #8ddb8a;
}
.color-5 {
color: #4a9cd3;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f0a800;
--color-3: #d9e8bb;
--color-4: #8ddb8a;
--color-5: #4a9cd3;
}
CSS del degradado de fondo Neon Dreams of Spring
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f0a800, #d9e8bb, #8ddb8a, #4a9cd3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f0a800, #d9e8bb, #8ddb8a, #4a9cd3);
}
Paletas de colores similares
Neon Dreams of Spring color palette created on .