Benevolent Advisor Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Benevolent Advisor palette

Share this palette to:

Benevolent Advisor color palette CSS

/* CSS */
.color-1 {
color: #9c3a6e;
}
.color-2 {
color: #d1915c;
}
.color-3 {
color: #e6c07f;
}
.color-4 {
color: #f2eac0;
}
.color-5 {
color: #f8a2a0;
}

/* CSS Variables */
:root {
--color-1: #9c3a6e;
--color-2: #d1915c;
--color-3: #e6c07f;
--color-4: #f2eac0;
--color-5: #f8a2a0;
}

Benevolent Advisor background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c3a6e, #d1915c, #e6c07f, #f2eac0, #f8a2a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c3a6e, #d1915c, #e6c07f, #f2eac0, #f8a2a0);
}

Benevolent Advisor color palette created on .