Rarity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rarity palette

Share this palette to:

Rarity color palette PNG image

Download rarity color palette PNG image (landscape)
Download rarity color palette PNG image (square)

Rarity color palette CSS

/* CSS */
.color-1 {
color: #e1b5f2;
}
.color-2 {
color: #a96ed4;
}
.color-3 {
color: #893db3;
}
.color-4 {
color: #5a2a8d;
}
.color-5 {
color: #3f1971;
}

/* CSS Variables */
:root {
--color-1: #e1b5f2;
--color-2: #a96ed4;
--color-3: #893db3;
--color-4: #5a2a8d;
--color-5: #3f1971;
}

Rarity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b5f2, #a96ed4, #893db3, #5a2a8d, #3f1971);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b5f2, #a96ed4, #893db3, #5a2a8d, #3f1971);
}

Rarity color palette created on .