Purple Ashreader Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Ashreader palette

Share this palette to:

Purple Ashreader color palette CSS

/* CSS */
.color-1 {
color: #d1c5e2;
}
.color-2 {
color: #b1a7d3;
}
.color-3 {
color: #a178b5;
}
.color-4 {
color: #b77b93;
}
.color-5 {
color: #d44054;
}

/* CSS Variables */
:root {
--color-1: #d1c5e2;
--color-2: #b1a7d3;
--color-3: #a178b5;
--color-4: #b77b93;
--color-5: #d44054;
}

Purple Ashreader background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c5e2, #b1a7d3, #a178b5, #b77b93, #d44054);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c5e2, #b1a7d3, #a178b5, #b77b93, #d44054);
}

Purple Ashreader color palette created on .