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: #4c3b81;
}
.color-2 {
color: #7a5c99;
}
.color-3 {
color: #a67ac7;
}
.color-4 {
color: #d5a9e0;
}
.color-5 {
color: #f3e5f5;
}
/* CSS Variables */
:root {
--color-1: #4c3b81;
--color-2: #7a5c99;
--color-3: #a67ac7;
--color-4: #d5a9e0;
--color-5: #f3e5f5;
}
Rarity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3b81, #7a5c99, #a67ac7, #d5a9e0, #f3e5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3b81, #7a5c99, #a67ac7, #d5a9e0, #f3e5f5);
}
Similar color palettes
Rarity color palette created on .