Rarity Elizabeth Jenkins Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rarity Elizabeth Jenkins palette

Share this palette to:

Rarity Elizabeth Jenkins color palette CSS

/* CSS */
.color-1 {
color: #faf0e0;
}
.color-2 {
color: #f0d0e9;
}
.color-3 {
color: #de96cd;
}
.color-4 {
color: #b15fb4;
}
.color-5 {
color: #e8aba1;
}

/* CSS Variables */
:root {
--color-1: #faf0e0;
--color-2: #f0d0e9;
--color-3: #de96cd;
--color-4: #b15fb4;
--color-5: #e8aba1;
}

Rarity Elizabeth Jenkins background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faf0e0, #f0d0e9, #de96cd, #b15fb4, #e8aba1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faf0e0, #f0d0e9, #de96cd, #b15fb4, #e8aba1);
}

Rarity Elizabeth Jenkins color palette created on .