Sleepy Hollow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sleepy Hollow palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sleepy Hollow Color Palette (PNG)
Sleepy Hollow color palette CSS
/* CSS */
.color-1 {
color: #3a2c3a;
}
.color-2 {
color: #6a4e6a;
}
.color-3 {
color: #96879b;
}
.color-4 {
color: #c9a6b6;
}
.color-5 {
color: #e5c8d5;
}
/* CSS Variables */
:root {
--color-1: #3a2c3a;
--color-2: #6a4e6a;
--color-3: #96879b;
--color-4: #c9a6b6;
--color-5: #e5c8d5;
}
Sleepy Hollow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a2c3a, #6a4e6a, #96879b, #c9a6b6, #e5c8d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a2c3a, #6a4e6a, #96879b, #c9a6b6, #e5c8d5);
}
Similar color palettes
Sleepy Hollow color palette created on .