Fateful Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fateful Green palette

Share this palette to:

Fateful Green color palette CSS

/* CSS */
.color-1 {
color: #a54567;
}
.color-2 {
color: #f1bba2;
}
.color-3 {
color: #e5e09a;
}
.color-4 {
color: #9ada6c;
}
.color-5 {
color: #4fa18f;
}

/* CSS Variables */
:root {
--color-1: #a54567;
--color-2: #f1bba2;
--color-3: #e5e09a;
--color-4: #9ada6c;
--color-5: #4fa18f;
}

Fateful Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a54567, #f1bba2, #e5e09a, #9ada6c, #4fa18f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a54567, #f1bba2, #e5e09a, #9ada6c, #4fa18f);
}

Fateful Green color palette created on .