Radiant Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Radiant Harmony palette

Share this palette to:

Radiant Harmony color palette CSS

/* CSS */
.color-1 {
color: #ff6b6b;
}
.color-2 {
color: #ffcb5c;
}
.color-3 {
color: #86d5b4;
}
.color-4 {
color: #6a82fb;
}
.color-5 {
color: #4b3d8a;
}

/* CSS Variables */
:root {
--color-1: #ff6b6b;
--color-2: #ffcb5c;
--color-3: #86d5b4;
--color-4: #6a82fb;
--color-5: #4b3d8a;
}

Radiant Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b6b, #ffcb5c, #86d5b4, #6a82fb, #4b3d8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b6b, #ffcb5c, #86d5b4, #6a82fb, #4b3d8a);
}

Radiant Harmony color palette created on .