Shadowheart Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shadowheart palette

Share this palette to:

Shadowheart color palette PNG image

Download shadowheart color palette PNG image (landscape)
Download shadowheart color palette PNG image (square)

Shadowheart color palette CSS

/* CSS */
.color-1 {
color: #380a43;
}
.color-2 {
color: #6f2c90;
}
.color-3 {
color: #9f6ccb;
}
.color-4 {
color: #d27fbe;
}
.color-5 {
color: #f05a28;
}

/* CSS Variables */
:root {
--color-1: #380a43;
--color-2: #6f2c90;
--color-3: #9f6ccb;
--color-4: #d27fbe;
--color-5: #f05a28;
}

Shadowheart background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a43, #6f2c90, #9f6ccb, #d27fbe, #f05a28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a43, #6f2c90, #9f6ccb, #d27fbe, #f05a28);
}

Shadowheart color palette created on .