Shades of Pearl Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Pearl palette
Shades of Pearl color palette CSS
/* CSS */
.color-1 {
color: #f0e6db;
}
.color-2 {
color: #d5c2b3;
}
.color-3 {
color: #bca89f;
}
.color-4 {
color: #a78b8e;
}
.color-5 {
color: #906a72;
}
/* CSS Variables */
:root {
--color-1: #f0e6db;
--color-2: #d5c2b3;
--color-3: #bca89f;
--color-4: #a78b8e;
--color-5: #906a72;
}
Shades of Pearl background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e6db, #d5c2b3, #bca89f, #a78b8e, #906a72);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e6db, #d5c2b3, #bca89f, #a78b8e, #906a72);
}
Similar color palettes
Shades of Pearl color palette created on .