Paleta de colores Shades of Green and Purple

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Green and Purple palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Green and Purple

/* CSS */
.color-1 {
color: #e5ff8f;
}
.color-2 {
color: #6b8f24;
}
.color-3 {
color: #6f2c90;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ffb300;
}

/* CSS Variables */
:root {
--color-1: #e5ff8f;
--color-2: #6b8f24;
--color-3: #6f2c90;
--color-4: #ff6e61;
--color-5: #ffb300;
}

CSS del degradado de fondo Shades of Green and Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5ff8f, #6b8f24, #6f2c90, #ff6e61, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5ff8f, #6b8f24, #6f2c90, #ff6e61, #ffb300);
}

Shades of Green and Purple color palette created on .