Herrscher of Dominance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Herrscher of Dominance palette

Share this palette to:

Herrscher of Dominance color palette CSS

/* CSS */
.color-1 {
color: #3d2a92;
}
.color-2 {
color: #6a4c94;
}
.color-3 {
color: #9f7dba;
}
.color-4 {
color: #d7b7e1;
}
.color-5 {
color: #f4c3c3;
}

/* CSS Variables */
:root {
--color-1: #3d2a92;
--color-2: #6a4c94;
--color-3: #9f7dba;
--color-4: #d7b7e1;
--color-5: #f4c3c3;
}

Herrscher of Dominance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d2a92, #6a4c94, #9f7dba, #d7b7e1, #f4c3c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d2a92, #6a4c94, #9f7dba, #d7b7e1, #f4c3c3);
}

Herrscher of Dominance color palette created on .