Kyle's Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Kyle's Harmony palette
Kyle's Harmony color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #4eb7ac;
}
.color-4 {
color: #3e5b7e;
}
.color-5 {
color: #b8c9e5;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #4eb7ac;
--color-4: #3e5b7e;
--color-5: #b8c9e5;
}
Kyle's Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #4eb7ac, #3e5b7e, #b8c9e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #4eb7ac, #3e5b7e, #b8c9e5);
}
Similar color palettes
- Golden Fry Delight
- Tropical Serenade
- Golden Dama Dreams
- Golden Serenade
- Vibrant Orange
- Golden Ember Glow
- Golden Angelicia
- Whimsical Glurp
- Orange Sunset
- Golden Ember Glow
- Golden Harvest
- Golden Ember Essence
- Cherry Blossom Delight
- Jimmy's Summer Breeze
- Sunset Serenade
- Bright Orange
- Galactic Harmony
- Shades of Orange and Blue
Kyle's Harmony color palette created on .