Purple Ash Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Ash palette
Purple Ash color palette CSS
/* CSS */
.color-1 {
color: #d0c8d5;
}
.color-2 {
color: #b4a5c0;
}
.color-3 {
color: #a990bb;
}
.color-4 {
color: #a36c96;
}
.color-5 {
color: #af5a7d;
}
/* CSS Variables */
:root {
--color-1: #d0c8d5;
--color-2: #b4a5c0;
--color-3: #a990bb;
--color-4: #a36c96;
--color-5: #af5a7d;
}
Purple Ash background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0c8d5, #b4a5c0, #a990bb, #a36c96, #af5a7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0c8d5, #b4a5c0, #a990bb, #a36c96, #af5a7d);
}
Similar color palettes
Purple Ash color palette created on .