Paleta de colores Rarity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Rarity palette

Compartir esta paleta en:

CSS de la paleta de colores Rarity

/* CSS */
.color-1 {
color: #6b5b8b;
}
.color-2 {
color: #a67d9d;
}
.color-3 {
color: #d2b2c9;
}
.color-4 {
color: #f2d9b5;
}
.color-5 {
color: #f39e81;
}

/* CSS Variables */
:root {
--color-1: #6b5b8b;
--color-2: #a67d9d;
--color-3: #d2b2c9;
--color-4: #f2d9b5;
--color-5: #f39e81;
}

CSS del degradado de fondo Rarity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b5b8b, #a67d9d, #d2b2c9, #f2d9b5, #f39e81);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b5b8b, #a67d9d, #d2b2c9, #f2d9b5, #f39e81);
}

Rarity color palette created on .