The Deadly Sin of Pride Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with The Deadly Sin of Pride palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori The Deadly Sin of Pride

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

tavolozza dei colori The Deadly Sin of Pride 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;
}

CSS con gradiente di sfondo The Deadly Sin of Pride

/* 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 .