Corrupted Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Corrupted Pink palette

Condividi questa palette a:

tavolozza dei colori Corrupted Pink CSS

/* CSS */
.color-1 {
color: #4a2b3d;
}
.color-2 {
color: #784b7c;
}
.color-3 {
color: #b77b92;
}
.color-4 {
color: #f2a6b6;
}
.color-5 {
color: #ffdd99;
}

/* CSS Variables */
:root {
--color-1: #4a2b3d;
--color-2: #784b7c;
--color-3: #b77b92;
--color-4: #f2a6b6;
--color-5: #ffdd99;
}

CSS con gradiente di sfondo Corrupted Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2b3d, #784b7c, #b77b92, #f2a6b6, #ffdd99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2b3d, #784b7c, #b77b92, #f2a6b6, #ffdd99);
}

Corrupted Pink color palette created on .