Deep Pink Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Deep Pink Dream palette

Share this palette to:

Deep Pink Dream color palette CSS

/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #d6006f;
}
.color-3 {
color: #ff5c8a;
}
.color-4 {
color: #ffb3b3;
}
.color-5 {
color: #ff9d00;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #d6006f;
--color-3: #ff5c8a;
--color-4: #ffb3b3;
--color-5: #ff9d00;
}

Deep Pink Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #d6006f, #ff5c8a, #ffb3b3, #ff9d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #d6006f, #ff5c8a, #ffb3b3, #ff9d00);
}

Deep Pink Dream color palette created on .