Black Pearl Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Black Pearl Delight palette
Black Pearl Delight color palette PNG image
Black Pearl Delight color palette CSS
/* CSS */
.color-1 {
color: #2b2e31;
}
.color-2 {
color: #4b5458;
}
.color-3 {
color: #6f8d9b;
}
.color-4 {
color: #c3b192;
}
.color-5 {
color: #d6b65c;
}
/* CSS Variables */
:root {
--color-1: #2b2e31;
--color-2: #4b5458;
--color-3: #6f8d9b;
--color-4: #c3b192;
--color-5: #d6b65c;
}
Black Pearl Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b2e31, #4b5458, #6f8d9b, #c3b192, #d6b65c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b2e31, #4b5458, #6f8d9b, #c3b192, #d6b65c);
}
Similar color palettes
Black Pearl Delight color palette created on .