Koi Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Koi Harmony palette

Share this palette to:

Koi Harmony color palette CSS

/* CSS */
.color-1 {
color: #ff7033;
}
.color-2 {
color: #ff9b3d;
}
.color-3 {
color: #ffb85c;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #ff7033;
--color-2: #ff9b3d;
--color-3: #ffb85c;
--color-4: #ffd900;
--color-5: #f1c84b;
}

Koi Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7033, #ff9b3d, #ffb85c, #ffd900, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7033, #ff9b3d, #ffb85c, #ffd900, #f1c84b);
}

Koi Harmony color palette created on .