Truthful Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Truthful Harmony palette

Share this palette to:

Truthful Harmony color palette CSS

/* CSS */
.color-1 {
color: #5abf82;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #e56a3e;
}
.color-4 {
color: #f56b99;
}
.color-5 {
color: #8d5e9c;
}

/* CSS Variables */
:root {
--color-1: #5abf82;
--color-2: #f1c84b;
--color-3: #e56a3e;
--color-4: #f56b99;
--color-5: #8d5e9c;
}

Truthful Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5abf82, #f1c84b, #e56a3e, #f56b99, #8d5e9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5abf82, #f1c84b, #e56a3e, #f56b99, #8d5e9c);
}

Truthful Harmony color palette created on .