Ashy Purple Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ashy Purple Dream palette

Share this palette to:

Ashy Purple Dream color palette CSS

/* CSS */
.color-1 {
color: #a492c8;
}
.color-2 {
color: #b8a3d7;
}
.color-3 {
color: #d6b2e0;
}
.color-4 {
color: #e6b7d3;
}
.color-5 {
color: #f4c8e4;
}

/* CSS Variables */
:root {
--color-1: #a492c8;
--color-2: #b8a3d7;
--color-3: #d6b2e0;
--color-4: #e6b7d3;
--color-5: #f4c8e4;
}

Ashy Purple Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a492c8, #b8a3d7, #d6b2e0, #e6b7d3, #f4c8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a492c8, #b8a3d7, #d6b2e0, #e6b7d3, #f4c8e4);
}

Ashy Purple Dream color palette created on .