Dusty Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dusty Pink palette

Share this palette to:

Dusty Pink color palette CSS

/* CSS */
.color-1 {
color: #e2b6d4;
}
.color-2 {
color: #c9a1b8;
}
.color-3 {
color: #b195a9;
}
.color-4 {
color: #a68bb6;
}
.color-5 {
color: #d4c7e6;
}

/* CSS Variables */
:root {
--color-1: #e2b6d4;
--color-2: #c9a1b8;
--color-3: #b195a9;
--color-4: #a68bb6;
--color-5: #d4c7e6;
}

Dusty Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b6d4, #c9a1b8, #b195a9, #a68bb6, #d4c7e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b6d4, #c9a1b8, #b195a9, #a68bb6, #d4c7e6);
}

Dusty Pink color palette created on .