Shadowed Howl Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shadowed Howl palette

Share this palette to:

Shadowed Howl color palette CSS

/* CSS */
.color-1 {
color: #26115a;
}
.color-2 {
color: #271f70;
}
.color-3 {
color: #2a42a2;
}
.color-4 {
color: #473ea8;
}
.color-5 {
color: #78428f;
}

/* CSS Variables */
:root {
--color-1: #26115a;
--color-2: #271f70;
--color-3: #2a42a2;
--color-4: #473ea8;
--color-5: #78428f;
}

Shadowed Howl background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #26115a, #271f70, #2a42a2, #473ea8, #78428f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #26115a, #271f70, #2a42a2, #473ea8, #78428f);
}

Shadowed Howl color palette created on .