Sorrowful Farewell Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sorrowful Farewell palette
Sorrowful Farewell color palette CSS
/* CSS */
.color-1 {
color: #522f74;
}
.color-2 {
color: #984aa1;
}
.color-3 {
color: #c46eb6;
}
.color-4 {
color: #ddbd92;
}
.color-5 {
color: #efd8ae;
}
/* CSS Variables */
:root {
--color-1: #522f74;
--color-2: #984aa1;
--color-3: #c46eb6;
--color-4: #ddbd92;
--color-5: #efd8ae;
}
Sorrowful Farewell background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #522f74, #984aa1, #c46eb6, #ddbd92, #efd8ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #522f74, #984aa1, #c46eb6, #ddbd92, #efd8ae);
}
Similar color palettes
Sorrowful Farewell color palette created on .