Dark Pink Starlight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Pink Starlight palette

Share this palette to:

Download Dark Pink Starlight Color Palette (PNG)

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

Dark Pink Starlight color palette CSS

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #ff5c8d;
}
.color-3 {
color: #ff8fab;
}
.color-4 {
color: #ffb3c6;
}
.color-5 {
color: #eab8d1;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #ff5c8d;
--color-3: #ff8fab;
--color-4: #ffb3c6;
--color-5: #eab8d1;
}

Dark Pink Starlight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #ff5c8d, #ff8fab, #ffb3c6, #eab8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #ff5c8d, #ff8fab, #ffb3c6, #eab8d1);
}

Dark Pink Starlight color palette created on .