Shadowy Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shadowy Delight palette
Color Inspiration
Images that showcase this color palette in real designs
Download Shadowy Delight Color Palette (PNG)
Shadowy Delight color palette CSS
/* CSS */
.color-1 {
color: #1e1e1f;
}
.color-2 {
color: #5c5c60;
}
.color-3 {
color: #8b8b8d;
}
.color-4 {
color: #d5a26d;
}
.color-5 {
color: #b34d4e;
}
/* CSS Variables */
:root {
--color-1: #1e1e1f;
--color-2: #5c5c60;
--color-3: #8b8b8d;
--color-4: #d5a26d;
--color-5: #b34d4e;
}
Shadowy Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e1f, #5c5c60, #8b8b8d, #d5a26d, #b34d4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e1f, #5c5c60, #8b8b8d, #d5a26d, #b34d4e);
}
Similar color palettes
Shadowy Delight color palette created on .