Radiant Fusion Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Radiant Fusion palette

Share this palette to:

Radiant Fusion color palette CSS

/* CSS */
.color-1 {
color: #4b8abe;
}
.color-2 {
color: #79be89;
}
.color-3 {
color: #f6d55a;
}
.color-4 {
color: #f86a3a;
}
.color-5 {
color: #d97c30;
}

/* CSS Variables */
:root {
--color-1: #4b8abe;
--color-2: #79be89;
--color-3: #f6d55a;
--color-4: #f86a3a;
--color-5: #d97c30;
}

Radiant Fusion background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8abe, #79be89, #f6d55a, #f86a3a, #d97c30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8abe, #79be89, #f6d55a, #f86a3a, #d97c30);
}

Radiant Fusion color palette created on .