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: #9f5ec5;
}
.color-2 {
color: #703c9a;
}
.color-3 {
color: #4a266e;
}
.color-4 {
color: #b9c4e9;
}
.color-5 {
color: #f4d65d;
}

/* CSS Variables */
:root {
--color-1: #9f5ec5;
--color-2: #703c9a;
--color-3: #4a266e;
--color-4: #b9c4e9;
--color-5: #f4d65d;
}

Rarity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f5ec5, #703c9a, #4a266e, #b9c4e9, #f4d65d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f5ec5, #703c9a, #4a266e, #b9c4e9, #f4d65d);
}

Rarity color palette created on .