Soft White Pearl Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft White Pearl palette
Soft White Pearl color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #eae4e1;
}
.color-3 {
color: #d4cfc9;
}
.color-4 {
color: #b7a89a;
}
.color-5 {
color: #a18e8c;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #eae4e1;
--color-3: #d4cfc9;
--color-4: #b7a89a;
--color-5: #a18e8c;
}
Soft White Pearl background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #eae4e1, #d4cfc9, #b7a89a, #a18e8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #eae4e1, #d4cfc9, #b7a89a, #a18e8c);
}
Similar color palettes
Scroll down to explore 60 Beach color palettes
Soft White Pearl color palette created on .