Dusky Purple Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dusky Purple palette

Share this palette to:

Dusky Purple color palette CSS

/* CSS */
.color-1 {
color: #5b3f7d;
}
.color-2 {
color: #a3668d;
}
.color-3 {
color: #d89b69;
}
.color-4 {
color: #efdeae;
}
.color-5 {
color: #f8cfaf;
}

/* CSS Variables */
:root {
--color-1: #5b3f7d;
--color-2: #a3668d;
--color-3: #d89b69;
--color-4: #efdeae;
--color-5: #f8cfaf;
}

Dusky Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3f7d, #a3668d, #d89b69, #efdeae, #f8cfaf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3f7d, #a3668d, #d89b69, #efdeae, #f8cfaf);
}

Dusky Purple color palette created on .