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: #4c3b81;
}
.color-2 {
color: #7a5c99;
}
.color-3 {
color: #a67ac7;
}
.color-4 {
color: #d5a9e0;
}
.color-5 {
color: #f3e5f5;
}

/* CSS Variables */
:root {
--color-1: #4c3b81;
--color-2: #7a5c99;
--color-3: #a67ac7;
--color-4: #d5a9e0;
--color-5: #f3e5f5;
}

Rarity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3b81, #7a5c99, #a67ac7, #d5a9e0, #f3e5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3b81, #7a5c99, #a67ac7, #d5a9e0, #f3e5f5);
}

Rarity color palette created on .