Dark Pink Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Dark Pink palette

Condividi questa palette a:

tavolozza dei colori Dark Pink CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9e66;
}
.color-3 {
color: #ffc29e;
}
.color-4 {
color: #690571;
}
.color-5 {
color: #d6006f;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9e66;
--color-3: #ffc29e;
--color-4: #690571;
--color-5: #d6006f;
}

CSS con gradiente di sfondo Dark Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9e66, #ffc29e, #690571, #d6006f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9e66, #ffc29e, #690571, #d6006f);
}

Dark Pink color palette created on .