Digital Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Digital Harmony palette

Share this palette to:

Digital Harmony color palette CSS

/* CSS */
.color-1 {
color: #5d9bd5;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #f6cb3c;
}
.color-4 {
color: #f46a2f;
}
.color-5 {
color: #e64919;
}

/* CSS Variables */
:root {
--color-1: #5d9bd5;
--color-2: #a3d55d;
--color-3: #f6cb3c;
--color-4: #f46a2f;
--color-5: #e64919;
}

Digital Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d9bd5, #a3d55d, #f6cb3c, #f46a2f, #e64919);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d9bd5, #a3d55d, #f6cb3c, #f46a2f, #e64919);
}

Digital Harmony color palette created on .