Betrayal Lavender Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Betrayal Lavender palette

Share this palette to:

Betrayal Lavender color palette PNG image

Download betrayal lavender color palette PNG image (landscape)
Download betrayal lavender color palette PNG image (square)

Betrayal Lavender color palette CSS

/* CSS */
.color-1 {
color: #d5c3df;
}
.color-2 {
color: #a88fcc;
}
.color-3 {
color: #8a6eb9;
}
.color-4 {
color: #5d4e97;
}
.color-5 {
color: #3c2f6f;
}

/* CSS Variables */
:root {
--color-1: #d5c3df;
--color-2: #a88fcc;
--color-3: #8a6eb9;
--color-4: #5d4e97;
--color-5: #3c2f6f;
}

Betrayal Lavender background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c3df, #a88fcc, #8a6eb9, #5d4e97, #3c2f6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c3df, #a88fcc, #8a6eb9, #5d4e97, #3c2f6f);
}

Betrayal Lavender color palette created on .