Pearl Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pearl palette
Pearl color palette PNG image
Pearl color palette CSS
/* CSS */
.color-1 {
color: #e7f2f8;
}
.color-2 {
color: #b4e0e4;
}
.color-3 {
color: #7cd5df;
}
.color-4 {
color: #4cc2c0;
}
.color-5 {
color: #2ba69e;
}
/* CSS Variables */
:root {
--color-1: #e7f2f8;
--color-2: #b4e0e4;
--color-3: #7cd5df;
--color-4: #4cc2c0;
--color-5: #2ba69e;
}
Pearl background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7f2f8, #b4e0e4, #7cd5df, #4cc2c0, #2ba69e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7f2f8, #b4e0e4, #7cd5df, #4cc2c0, #2ba69e);
}
Similar color palettes
Pearl color palette created on .