Andreas' Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Andreas' Harmony palette

Share this palette to:

Andreas' Harmony color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb86b;
}
.color-3 {
color: #ffd83d;
}
.color-4 {
color: #6ebf8a;
}
.color-5 {
color: #4d8af5;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb86b;
--color-3: #ffd83d;
--color-4: #6ebf8a;
--color-5: #4d8af5;
}

Andreas' Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb86b, #ffd83d, #6ebf8a, #4d8af5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb86b, #ffd83d, #6ebf8a, #4d8af5);
}

Andreas' Harmony color palette created on .