Highland Whimsy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Highland Whimsy palette
Download Highland Whimsy Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Highland Whimsy color palette created on .