Ace of Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ace of Hues palette

Share this palette to:

Ace of Hues color palette CSS

/* CSS */
.color-1 {
color: #4b8abe;
}
.color-2 {
color: #75c7c0;
}
.color-3 {
color: #a7e6bb;
}
.color-4 {
color: #f2d450;
}
.color-5 {
color: #f18e8e;
}

/* CSS Variables */
:root {
--color-1: #4b8abe;
--color-2: #75c7c0;
--color-3: #a7e6bb;
--color-4: #f2d450;
--color-5: #f18e8e;
}

Ace of Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8abe, #75c7c0, #a7e6bb, #f2d450, #f18e8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8abe, #75c7c0, #a7e6bb, #f2d450, #f18e8e);
}

Ace of Hues color palette created on .