Goro's Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Goro's Harmony palette

Share this palette to:

Goro's Harmony color palette CSS

/* CSS */
.color-1 {
color: #fbaf3c;
}
.color-2 {
color: #f76e6e;
}
.color-3 {
color: #50bae7;
}
.color-4 {
color: #a6d8b9;
}
.color-5 {
color: #b2b2e6;
}

/* CSS Variables */
:root {
--color-1: #fbaf3c;
--color-2: #f76e6e;
--color-3: #50bae7;
--color-4: #a6d8b9;
--color-5: #b2b2e6;
}

Goro's Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbaf3c, #f76e6e, #50bae7, #a6d8b9, #b2b2e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbaf3c, #f76e6e, #50bae7, #a6d8b9, #b2b2e6);
}

Goro's Harmony color palette created on .