Pearl Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pearl Blue palette
Pearl Blue color palette CSS
/* CSS */
.color-1 {
color: #f0e0d1;
}
.color-2 {
color: #e5c9c2;
}
.color-3 {
color: #d8b1c0;
}
.color-4 {
color: #c2d4e0;
}
.color-5 {
color: #a3d4e0;
}
/* CSS Variables */
:root {
--color-1: #f0e0d1;
--color-2: #e5c9c2;
--color-3: #d8b1c0;
--color-4: #c2d4e0;
--color-5: #a3d4e0;
}
Pearl Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e0d1, #e5c9c2, #d8b1c0, #c2d4e0, #a3d4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e0d1, #e5c9c2, #d8b1c0, #c2d4e0, #a3d4e0);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Pearl Blue color palette created on .