Feast of Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Feast of Hues palette

Share this palette to:

Feast of Hues color palette CSS

/* CSS */
.color-1 {
color: #d93e36;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #f6e8a2;
}
.color-4 {
color: #97d8b3;
}
.color-5 {
color: #3e8e98;
}

/* CSS Variables */
:root {
--color-1: #d93e36;
--color-2: #f5a300;
--color-3: #f6e8a2;
--color-4: #97d8b3;
--color-5: #3e8e98;
}

Feast of Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d93e36, #f5a300, #f6e8a2, #97d8b3, #3e8e98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d93e36, #f5a300, #f6e8a2, #97d8b3, #3e8e98);
}

Feast of Hues color palette created on .