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: #9f5ec5;
}
.color-2 {
color: #703c9a;
}
.color-3 {
color: #4a266e;
}
.color-4 {
color: #b9c4e9;
}
.color-5 {
color: #f4d65d;
}

/* CSS Variables */
:root {
--color-1: #9f5ec5;
--color-2: #703c9a;
--color-3: #4a266e;
--color-4: #b9c4e9;
--color-5: #f4d65d;
}

CSS del degradado de fondo Rarity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f5ec5, #703c9a, #4a266e, #b9c4e9, #f4d65d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f5ec5, #703c9a, #4a266e, #b9c4e9, #f4d65d);
}

Rarity color palette created on .