Paleta de colores Rarity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Rarity palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Rarity

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

CSS de la paleta de colores Rarity

/* 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 del degradado de fondo 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 .