The Grand Highblood Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with The Grand Highblood palette

Share this palette to:

The Grand Highblood color palette PNG image

Download the grand highblood color palette PNG image (landscape)
Download the grand highblood color palette PNG image (square)

The Grand Highblood color palette CSS

/* CSS */
.color-1 {
color: #5c3f73;
}
.color-2 {
color: #8c5b9f;
}
.color-3 {
color: #c39fe0;
}
.color-4 {
color: #f1c1c1;
}
.color-5 {
color: #e9a0b3;
}

/* CSS Variables */
:root {
--color-1: #5c3f73;
--color-2: #8c5b9f;
--color-3: #c39fe0;
--color-4: #f1c1c1;
--color-5: #e9a0b3;
}

The Grand Highblood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f73, #8c5b9f, #c39fe0, #f1c1c1, #e9a0b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f73, #8c5b9f, #c39fe0, #f1c1c1, #e9a0b3);
}

The Grand Highblood color palette created on .