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: #7a2a6e;
}
.color-2 {
color: #b77b9f;
}
.color-3 {
color: #f1a2c8;
}
.color-4 {
color: #f3d19b;
}
.color-5 {
color: #b9c369;
}

/* CSS Variables */
:root {
--color-1: #7a2a6e;
--color-2: #b77b9f;
--color-3: #f1a2c8;
--color-4: #f3d19b;
--color-5: #b9c369;
}

CSS del degradado de fondo Rarity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a2a6e, #b77b9f, #f1a2c8, #f3d19b, #b9c369);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a2a6e, #b77b9f, #f1a2c8, #f3d19b, #b9c369);
}

Rarity color palette created on .