Dark Pink Delight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Dark Pink Delight palette

Condividi questa palette a:

Scarica la tavolozza dei colori Dark Pink Delight (PNG)

Download dark pink delight color palette PNG image (landscape)
Download dark pink delight color palette PNG image (square)

tavolozza dei colori Dark Pink Delight CSS

/* CSS */
.color-1 {
color: #b41d4d;
}
.color-2 {
color: #e04d7c;
}
.color-3 {
color: #f57a8b;
}
.color-4 {
color: #f8b4c1;
}
.color-5 {
color: #fcd4e1;
}

/* CSS Variables */
:root {
--color-1: #b41d4d;
--color-2: #e04d7c;
--color-3: #f57a8b;
--color-4: #f8b4c1;
--color-5: #fcd4e1;
}

CSS con gradiente di sfondo Dark Pink Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b41d4d, #e04d7c, #f57a8b, #f8b4c1, #fcd4e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b41d4d, #e04d7c, #f57a8b, #f8b4c1, #fcd4e1);
}

Dark Pink Delight color palette created on .