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: #e0c4f8;
}
.color-2 {
color: #a57dbf;
}
.color-3 {
color: #704c94;
}
.color-4 {
color: #3a2a79;
}
.color-5 {
color: #1b0d3f;
}

/* CSS Variables */
:root {
--color-1: #e0c4f8;
--color-2: #a57dbf;
--color-3: #704c94;
--color-4: #3a2a79;
--color-5: #1b0d3f;
}

CSS del degradado de fondo Rarity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0c4f8, #a57dbf, #704c94, #3a2a79, #1b0d3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0c4f8, #a57dbf, #704c94, #3a2a79, #1b0d3f);
}

Rarity color palette created on .