Taiwanese Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Taiwanese Harmony palette

Share this palette to:

Taiwanese Harmony color palette CSS

/* CSS */
.color-1 {
color: #5dd1d5;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #d9513f;
}
.color-5 {
color: #a35c8d;
}

/* CSS Variables */
:root {
--color-1: #5dd1d5;
--color-2: #f5a524;
--color-3: #f6b83c;
--color-4: #d9513f;
--color-5: #a35c8d;
}

Taiwanese Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5dd1d5, #f5a524, #f6b83c, #d9513f, #a35c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5dd1d5, #f5a524, #f6b83c, #d9513f, #a35c8d);
}

Taiwanese Harmony color palette created on .