Paleta de colores Nickelodeon Orange and Green Burst
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Nickelodeon Orange and Green Burst palette
CSS de la paleta de colores Nickelodeon Orange and Green Burst
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #a5d55d;
}
.color-4 {
color: #4b9f3c;
}
.color-5 {
color: #3e8d2a;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb84d;
--color-3: #a5d55d;
--color-4: #4b9f3c;
--color-5: #3e8d2a;
}
CSS del degradado de fondo Nickelodeon Orange and Green Burst
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb84d, #a5d55d, #4b9f3c, #3e8d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb84d, #a5d55d, #4b9f3c, #3e8d2a);
}
Paletas de colores similares
Nickelodeon Orange and Green Burst color palette created on .