Pink Desires Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Desires palette

Share this palette to:

Pink Desires color palette CSS

/* CSS */
.color-1 {
color: #f9e39a;
}
.color-2 {
color: #f7bfa1;
}
.color-3 {
color: #f6a7c1;
}
.color-4 {
color: #e892bb;
}
.color-5 {
color: #d1618e;
}

/* CSS Variables */
:root {
--color-1: #f9e39a;
--color-2: #f7bfa1;
--color-3: #f6a7c1;
--color-4: #e892bb;
--color-5: #d1618e;
}

Pink Desires background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e39a, #f7bfa1, #f6a7c1, #e892bb, #d1618e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e39a, #f7bfa1, #f6a7c1, #e892bb, #d1618e);
}

Pink Desires color palette created on .