Soft Halloween Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Halloween palette
Soft Halloween color palette PNG image
Soft Halloween color palette CSS
/* CSS */
.color-1 {
color: #a36c4d;
}
.color-2 {
color: #e5b66c;
}
.color-3 {
color: #f9d89f;
}
.color-4 {
color: #a4c6b4;
}
.color-5 {
color: #699b99;
}
/* CSS Variables */
:root {
--color-1: #a36c4d;
--color-2: #e5b66c;
--color-3: #f9d89f;
--color-4: #a4c6b4;
--color-5: #699b99;
}
Soft Halloween background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a36c4d, #e5b66c, #f9d89f, #a4c6b4, #699b99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a36c4d, #e5b66c, #f9d89f, #a4c6b4, #699b99);
}
Similar color palettes
Soft Halloween color palette created on .