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: #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;
}

CSS con gradiente di sfondo Rarity

/* 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);
}

Rarity color palette created on .