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: #4c3b81;
}
.color-2 {
color: #7a5c99;
}
.color-3 {
color: #a67ac7;
}
.color-4 {
color: #d5a9e0;
}
.color-5 {
color: #f3e5f5;
}

/* CSS Variables */
:root {
--color-1: #4c3b81;
--color-2: #7a5c99;
--color-3: #a67ac7;
--color-4: #d5a9e0;
--color-5: #f3e5f5;
}

CSS del degradado de fondo Rarity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3b81, #7a5c99, #a67ac7, #d5a9e0, #f3e5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3b81, #7a5c99, #a67ac7, #d5a9e0, #f3e5f5);
}

Rarity color palette created on .