Rarity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rarity palette
Rarity color palette CSS
/* CSS */
.color-1 {
color: #6b5b8b;
}
.color-2 {
color: #a67d9d;
}
.color-3 {
color: #d2b2c9;
}
.color-4 {
color: #f2d9b5;
}
.color-5 {
color: #f39e81;
}
/* CSS Variables */
:root {
--color-1: #6b5b8b;
--color-2: #a67d9d;
--color-3: #d2b2c9;
--color-4: #f2d9b5;
--color-5: #f39e81;
}
Rarity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b5b8b, #a67d9d, #d2b2c9, #f2d9b5, #f39e81);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b5b8b, #a67d9d, #d2b2c9, #f2d9b5, #f39e81);
}
Similar color palettes
Scroll down to explore 200+ Purple color palettes
Rarity color palette created on .