Harper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Harper palette
Harper color palette PNG image
Harper color palette CSS
/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #e0b000;
}
.color-3 {
color: #d1a32e;
}
.color-4 {
color: #a85e3e;
}
.color-5 {
color: #6c4f8c;
}
/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #e0b000;
--color-3: #d1a32e;
--color-4: #a85e3e;
--color-5: #6c4f8c;
}
Harper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #e0b000, #d1a32e, #a85e3e, #6c4f8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #e0b000, #d1a32e, #a85e3e, #6c4f8c);
}
Similar color palettes
Harper color palette created on .