Furious Green Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Furious Green Dreams palette

Share this palette to:

Furious Green Dreams color palette CSS

/* CSS */
.color-1 {
color: #7fd959;
}
.color-2 {
color: #4cae4f;
}
.color-3 {
color: #2f7f33;
}
.color-4 {
color: #1c5e21;
}
.color-5 {
color: #0a4d2f;
}

/* CSS Variables */
:root {
--color-1: #7fd959;
--color-2: #4cae4f;
--color-3: #2f7f33;
--color-4: #1c5e21;
--color-5: #0a4d2f;
}

Furious Green Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7fd959, #4cae4f, #2f7f33, #1c5e21, #0a4d2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7fd959, #4cae4f, #2f7f33, #1c5e21, #0a4d2f);
}

Furious Green Dreams color palette created on .