Kade's Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Kade's Harmony palette

Share this palette to:

Kade's Harmony color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6a5b8b;
}
.color-3 {
color: #87c9b5;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ffadad;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6a5b8b;
--color-3: #87c9b5;
--color-4: #ffd900;
--color-5: #ffadad;
}

Kade's Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6a5b8b, #87c9b5, #ffd900, #ffadad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6a5b8b, #87c9b5, #ffd900, #ffadad);
}

Kade's Harmony color palette created on .