Dark Green and Purple Science Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Green and Purple Science palette

Share this palette to:

Dark Green and Purple Science color palette CSS

/* 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;
}

Dark Green and Purple Science background gradient CSS

/* 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 .