Paleta de colores Shades of Green and Orange

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Green and Orange palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Green and Orange

/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #dab94e;
}
.color-3 {
color: #e0893e;
}
.color-4 {
color: #e06b38;
}
.color-5 {
color: #a4392d;
}

/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #dab94e;
--color-3: #e0893e;
--color-4: #e06b38;
--color-5: #a4392d;
}

CSS del degradado de fondo Shades of Green and Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #dab94e, #e0893e, #e06b38, #a4392d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #dab94e, #e0893e, #e06b38, #a4392d);
}

Shades of Green and Orange color palette created on .