Pearl Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pearl palette

Share this palette to:

Download Pearl Color Palette (PNG)

Download pearl color palette PNG image (landscape)
Download pearl color palette PNG image (square)

Pearl color palette CSS

/* CSS */
.color-1 {
color: #f1f0f4;
}
.color-2 {
color: #e0d7e5;
}
.color-3 {
color: #c6b2d7;
}
.color-4 {
color: #a69bbb;
}
.color-5 {
color: #dcd0d1;
}

/* CSS Variables */
:root {
--color-1: #f1f0f4;
--color-2: #e0d7e5;
--color-3: #c6b2d7;
--color-4: #a69bbb;
--color-5: #dcd0d1;
}

Pearl background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f0f4, #e0d7e5, #c6b2d7, #a69bbb, #dcd0d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f0f4, #e0d7e5, #c6b2d7, #a69bbb, #dcd0d1);
}

Pearl color palette created on .