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: #7a2a6e;
}
.color-2 {
color: #b77b9f;
}
.color-3 {
color: #f1a2c8;
}
.color-4 {
color: #f3d19b;
}
.color-5 {
color: #b9c369;
}

/* CSS Variables */
:root {
--color-1: #7a2a6e;
--color-2: #b77b9f;
--color-3: #f1a2c8;
--color-4: #f3d19b;
--color-5: #b9c369;
}

Rarity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a2a6e, #b77b9f, #f1a2c8, #f3d19b, #b9c369);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a2a6e, #b77b9f, #f1a2c8, #f3d19b, #b9c369);
}

Rarity color palette created on .