Purple Taro Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Taro palette

Share this palette to:

Purple Taro color palette CSS

/* CSS */
.color-1 {
color: #d6c7e1;
}
.color-2 {
color: #a88ab2;
}
.color-3 {
color: #917c9c;
}
.color-4 {
color: #5b4f78;
}
.color-5 {
color: #3b2d52;
}

/* CSS Variables */
:root {
--color-1: #d6c7e1;
--color-2: #a88ab2;
--color-3: #917c9c;
--color-4: #5b4f78;
--color-5: #3b2d52;
}

Purple Taro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c7e1, #a88ab2, #917c9c, #5b4f78, #3b2d52);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c7e1, #a88ab2, #917c9c, #5b4f78, #3b2d52);
}

Purple Taro color palette created on .