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: #ada1d3;
}
.color-2 {
color: #cfbfdf;
}
.color-3 {
color: #f2dede;
}
.color-4 {
color: #f7b6c3;
}
.color-5 {
color: #f59ebf;
}

/* CSS Variables */
:root {
--color-1: #ada1d3;
--color-2: #cfbfdf;
--color-3: #f2dede;
--color-4: #f7b6c3;
--color-5: #f59ebf;
}

Rarity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ada1d3, #cfbfdf, #f2dede, #f7b6c3, #f59ebf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ada1d3, #cfbfdf, #f2dede, #f7b6c3, #f59ebf);
}

Rarity color palette created on .