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: #76468b;
}
.color-2 {
color: #834d93;
}
.color-3 {
color: #8c5699;
}
.color-4 {
color: #9d5c7d;
}
.color-5 {
color: #9d586a;
}

/* CSS Variables */
:root {
--color-1: #76468b;
--color-2: #834d93;
--color-3: #8c5699;
--color-4: #9d5c7d;
--color-5: #9d586a;
}

Rarity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #76468b, #834d93, #8c5699, #9d5c7d, #9d586a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #76468b, #834d93, #8c5699, #9d5c7d, #9d586a);
}

Rarity color palette created on .