Funeral Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Funeral Elegance palette
Funeral Elegance color palette PNG image
Funeral Elegance color palette CSS
/* CSS */
.color-1 {
color: #4a2b36;
}
.color-2 {
color: #7e5d6d;
}
.color-3 {
color: #b39899;
}
.color-4 {
color: #e1d6d0;
}
.color-5 {
color: #f5f1f0;
}
/* CSS Variables */
:root {
--color-1: #4a2b36;
--color-2: #7e5d6d;
--color-3: #b39899;
--color-4: #e1d6d0;
--color-5: #f5f1f0;
}
Funeral Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2b36, #7e5d6d, #b39899, #e1d6d0, #f5f1f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2b36, #7e5d6d, #b39899, #e1d6d0, #f5f1f0);
}
Similar color palettes
Funeral Elegance color palette created on .