Pearlescent Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pearlescent Dreams palette

Share this palette to:

Pearlescent Dreams color palette CSS

/* CSS */
.color-1 {
color: #f0e0d6;
}
.color-2 {
color: #e2c6c0;
}
.color-3 {
color: #d5b3b7;
}
.color-4 {
color: #c59bb6;
}
.color-5 {
color: #b681a2;
}

/* CSS Variables */
:root {
--color-1: #f0e0d6;
--color-2: #e2c6c0;
--color-3: #d5b3b7;
--color-4: #c59bb6;
--color-5: #b681a2;
}

Pearlescent Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e0d6, #e2c6c0, #d5b3b7, #c59bb6, #b681a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e0d6, #e2c6c0, #d5b3b7, #c59bb6, #b681a2);
}

Pearlescent Dreams color palette created on .