Rarity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rarity palette
Download Rarity Color Palette (PNG)
Rarity color palette CSS
/* CSS */
.color-1 {
color: #c3a7d3;
}
.color-2 {
color: #a181c1;
}
.color-3 {
color: #785e97;
}
.color-4 {
color: #4d445a;
}
.color-5 {
color: #ebb7c9;
}
/* CSS Variables */
:root {
--color-1: #c3a7d3;
--color-2: #a181c1;
--color-3: #785e97;
--color-4: #4d445a;
--color-5: #ebb7c9;
}
Rarity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3a7d3, #a181c1, #785e97, #4d445a, #ebb7c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3a7d3, #a181c1, #785e97, #4d445a, #ebb7c9);
}
Similar color palettes
Scroll down to explore 40+ Lavender color palettes
Rarity color palette created on .