The Deadly Sin of Pride Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with The Deadly Sin of Pride palette

Share this palette to:

The Deadly Sin of Pride color palette PNG image

Download the deadly sin of pride color palette PNG image (landscape)
Download the deadly sin of pride color palette PNG image (square)

The Deadly Sin of Pride color palette CSS

/* CSS */
.color-1 {
color: #c1c1f0;
}
.color-2 {
color: #8b8bda;
}
.color-3 {
color: #5959b1;
}
.color-4 {
color: #3a3a8d;
}
.color-5 {
color: #1a1a65;
}

/* CSS Variables */
:root {
--color-1: #c1c1f0;
--color-2: #8b8bda;
--color-3: #5959b1;
--color-4: #3a3a8d;
--color-5: #1a1a65;
}

The Deadly Sin of Pride background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1c1f0, #8b8bda, #5959b1, #3a3a8d, #1a1a65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1c1f0, #8b8bda, #5959b1, #3a3a8d, #1a1a65);
}

The Deadly Sin of Pride color palette created on .