Rarity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rarity palette

Share this palette to:

Rarity color palette CSS

/* CSS */
.color-1 {
color: #352a83;
}
.color-2 {
color: #444a97;
}
.color-3 {
color: #6857a8;
}
.color-4 {
color: #8772b6;
}
.color-5 {
color: #ae89c8;
}

/* CSS Variables */
:root {
--color-1: #352a83;
--color-2: #444a97;
--color-3: #6857a8;
--color-4: #8772b6;
--color-5: #ae89c8;
}

Rarity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #352a83, #444a97, #6857a8, #8772b6, #ae89c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #352a83, #444a97, #6857a8, #8772b6, #ae89c8);
}

Rarity color palette created on .