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