Paleta de colores Dark Green and Purple Science

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dark Green and Purple Science palette

Compartir esta paleta en:

CSS de la paleta de colores Dark Green and Purple Science

/* CSS */
.color-1 {
color: #4e8c4a;
}
.color-2 {
color: #7c6d9c;
}
.color-3 {
color: #9b4f9c;
}
.color-4 {
color: #acdd73;
}
.color-5 {
color: #e76e8d;
}

/* CSS Variables */
:root {
--color-1: #4e8c4a;
--color-2: #7c6d9c;
--color-3: #9b4f9c;
--color-4: #acdd73;
--color-5: #e76e8d;
}

CSS del degradado de fondo Dark Green and Purple Science

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e8c4a, #7c6d9c, #9b4f9c, #acdd73, #e76e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e8c4a, #7c6d9c, #9b4f9c, #acdd73, #e76e8d);
}

Dark Green and Purple Science color palette created on .