Coded Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coded Harmony palette

Share this palette to:

Coded Harmony color palette CSS

/* CSS */
.color-1 {
color: #1f3b5b;
}
.color-2 {
color: #4a7c8c;
}
.color-3 {
color: #8cc093;
}
.color-4 {
color: #f5b151;
}
.color-5 {
color: #f84d2a;
}

/* CSS Variables */
:root {
--color-1: #1f3b5b;
--color-2: #4a7c8c;
--color-3: #8cc093;
--color-4: #f5b151;
--color-5: #f84d2a;
}

Coded Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3b5b, #4a7c8c, #8cc093, #f5b151, #f84d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3b5b, #4a7c8c, #8cc093, #f5b151, #f84d2a);
}

Coded Harmony color palette created on .