Digital Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Digital Harmony palette
Digital Harmony color palette CSS
/* CSS */
.color-1 {
color: #f9a939;
}
.color-2 {
color: #f3ca4f;
}
.color-3 {
color: #84d5e1;
}
.color-4 {
color: #4abf7b;
}
.color-5 {
color: #e56c70;
}
/* CSS Variables */
:root {
--color-1: #f9a939;
--color-2: #f3ca4f;
--color-3: #84d5e1;
--color-4: #4abf7b;
--color-5: #e56c70;
}
Digital Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a939, #f3ca4f, #84d5e1, #4abf7b, #e56c70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a939, #f3ca4f, #84d5e1, #4abf7b, #e56c70);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Digital Harmony color palette created on .