Highland Whimsy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Highland Whimsy palette

Share this palette to:

Download Highland Whimsy Color Palette (PNG)

Download highland whimsy color palette PNG image (landscape)
Download highland whimsy color palette PNG image (square)

Highland Whimsy color palette CSS

/* CSS */
.color-1 {
color: #a77ccb;
}
.color-2 {
color: #a1c4e3;
}
.color-3 {
color: #b1d9e2;
}
.color-4 {
color: #dab4e4;
}
.color-5 {
color: #5f4b8b;
}

/* CSS Variables */
:root {
--color-1: #a77ccb;
--color-2: #a1c4e3;
--color-3: #b1d9e2;
--color-4: #dab4e4;
--color-5: #5f4b8b;
}

Highland Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a77ccb, #a1c4e3, #b1d9e2, #dab4e4, #5f4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a77ccb, #a1c4e3, #b1d9e2, #dab4e4, #5f4b8b);
}

Highland Whimsy color palette created on .