Rarity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rarity palette
Rarity color palette PNG image
Rarity color palette CSS
/* CSS */
.color-1 {
color: #b58eeb;
}
.color-2 {
color: #e1b4f3;
}
.color-3 {
color: #f2a1c5;
}
.color-4 {
color: #f79d8d;
}
.color-5 {
color: #f4e3b3;
}
/* CSS Variables */
:root {
--color-1: #b58eeb;
--color-2: #e1b4f3;
--color-3: #f2a1c5;
--color-4: #f79d8d;
--color-5: #f4e3b3;
}
Rarity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b58eeb, #e1b4f3, #f2a1c5, #f79d8d, #f4e3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b58eeb, #e1b4f3, #f2a1c5, #f79d8d, #f4e3b3);
}
Similar color palettes
Rarity color palette created on .