Rarity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rarity palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Rarity

Download rarity color palette PNG image (landscape)
Download rarity color palette PNG image (square)

tavolozza dei colori Rarity CSS

/* CSS */
.color-1 {
color: #b58eeb;
}
.color-2 {
color: #e1b4f3;
}
.color-3 {
color: #f2a1c5;
}
.color-4 {
color: #f79d8d;
}
.color-5 {
color: #f4e3b3;
}

/* CSS Variables */
:root {
--color-1: #b58eeb;
--color-2: #e1b4f3;
--color-3: #f2a1c5;
--color-4: #f79d8d;
--color-5: #f4e3b3;
}

CSS con gradiente di sfondo Rarity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b58eeb, #e1b4f3, #f2a1c5, #f79d8d, #f4e3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b58eeb, #e1b4f3, #f2a1c5, #f79d8d, #f4e3b3);
}

Rarity color palette created on .