Dahlia Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dahlia Pink palette

Share this palette to:

Dahlia Pink color palette CSS

/* CSS */
.color-1 {
color: #b74e7b;
}
.color-2 {
color: #e0a3b4;
}
.color-3 {
color: #f6d5c1;
}
.color-4 {
color: #f3b558;
}
.color-5 {
color: #e9654e;
}

/* CSS Variables */
:root {
--color-1: #b74e7b;
--color-2: #e0a3b4;
--color-3: #f6d5c1;
--color-4: #f3b558;
--color-5: #e9654e;
}

Dahlia Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b74e7b, #e0a3b4, #f6d5c1, #f3b558, #e9654e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b74e7b, #e0a3b4, #f6d5c1, #f3b558, #e9654e);
}

Dahlia Pink color palette created on .