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: #d9b3e6;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #6a4c94;
}
.color-4 {
color: #2a1a6b;
}
.color-5 {
color: #1b0e58;
}

/* CSS Variables */
:root {
--color-1: #d9b3e6;
--color-2: #a77ccb;
--color-3: #6a4c94;
--color-4: #2a1a6b;
--color-5: #1b0e58;
}

Rarity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b3e6, #a77ccb, #6a4c94, #2a1a6b, #1b0e58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b3e6, #a77ccb, #6a4c94, #2a1a6b, #1b0e58);
}

Rarity color palette created on .