Grapes of Empowerment Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Grapes of Empowerment palette

Share this palette to:

Grapes of Empowerment color palette CSS

/* CSS */
.color-1 {
color: #8d4e89;
}
.color-2 {
color: #d89b8d;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #5b9a5f;
}
.color-5 {
color: #295c8e;
}

/* CSS Variables */
:root {
--color-1: #8d4e89;
--color-2: #d89b8d;
--color-3: #f1c84b;
--color-4: #5b9a5f;
--color-5: #295c8e;
}

Grapes of Empowerment background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8d4e89, #d89b8d, #f1c84b, #5b9a5f, #295c8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8d4e89, #d89b8d, #f1c84b, #5b9a5f, #295c8e);
}

Grapes of Empowerment color palette created on .