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: #ada1d3;
}
.color-2 {
color: #cfbfdf;
}
.color-3 {
color: #f2dede;
}
.color-4 {
color: #f7b6c3;
}
.color-5 {
color: #f59ebf;
}

/* CSS Variables */
:root {
--color-1: #ada1d3;
--color-2: #cfbfdf;
--color-3: #f2dede;
--color-4: #f7b6c3;
--color-5: #f59ebf;
}

CSS con gradiente di sfondo Rarity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ada1d3, #cfbfdf, #f2dede, #f7b6c3, #f59ebf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ada1d3, #cfbfdf, #f2dede, #f7b6c3, #f59ebf);
}

Rarity color palette created on .