Rarity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rarity palette
Rarity color palette CSS
/* CSS */
.color-1 {
color: #5c6dd1;
}
.color-2 {
color: #878bde;
}
.color-3 {
color: #a8a0e3;
}
.color-4 {
color: #d2b7eb;
}
.color-5 {
color: #f6d0ef;
}
/* CSS Variables */
:root {
--color-1: #5c6dd1;
--color-2: #878bde;
--color-3: #a8a0e3;
--color-4: #d2b7eb;
--color-5: #f6d0ef;
}
Rarity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c6dd1, #878bde, #a8a0e3, #d2b7eb, #f6d0ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c6dd1, #878bde, #a8a0e3, #d2b7eb, #f6d0ef);
}
Similar color palettes
Rarity color palette created on .