Wriothesley Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wriothesley palette

Share this palette to:

Wriothesley color palette PNG image

Download  wriothesley color palette PNG image (landscape)
Download  wriothesley color palette PNG image (square)

Wriothesley color palette CSS

/* CSS */
.color-1 {
color: #3c2b5f;
}
.color-2 {
color: #5c4b72;
}
.color-3 {
color: #8d6a90;
}
.color-4 {
color: #bda3b8;
}
.color-5 {
color: #efc3d1;
}

/* CSS Variables */
:root {
--color-1: #3c2b5f;
--color-2: #5c4b72;
--color-3: #8d6a90;
--color-4: #bda3b8;
--color-5: #efc3d1;
}

Wriothesley background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2b5f, #5c4b72, #8d6a90, #bda3b8, #efc3d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2b5f, #5c4b72, #8d6a90, #bda3b8, #efc3d1);
}

Wriothesley color palette created on .