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