Dusky Petals Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dusky Petals palette

Share this palette to:

Dusky Petals color palette CSS

/* CSS */
.color-1 {
color: #1c4d9b;
}
.color-2 {
color: #a86b9e;
}
.color-3 {
color: #d89db2;
}
.color-4 {
color: #f3c4ce;
}
.color-5 {
color: #f8e2d3;
}

/* CSS Variables */
:root {
--color-1: #1c4d9b;
--color-2: #a86b9e;
--color-3: #d89db2;
--color-4: #f3c4ce;
--color-5: #f8e2d3;
}

Dusky Petals background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c4d9b, #a86b9e, #d89db2, #f3c4ce, #f8e2d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c4d9b, #a86b9e, #d89db2, #f3c4ce, #f8e2d3);
}

Dusky Petals color palette created on .