Dandy Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dandy Pink palette

Share this palette to:

Dandy Pink color palette CSS

/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #f3a76d;
}
.color-3 {
color: #f09c8a;
}
.color-4 {
color: #e76a89;
}
.color-5 {
color: #d45e9b;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f3a76d;
--color-3: #f09c8a;
--color-4: #e76a89;
--color-5: #d45e9b;
}

Dandy Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f3a76d, #f09c8a, #e76a89, #d45e9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f3a76d, #f09c8a, #e76a89, #d45e9b);
}

Dandy Pink color palette created on .