Rhythm of Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rhythm of Hues palette

Share this palette to:

Rhythm of Hues color palette CSS

/* CSS */
.color-1 {
color: #ff7591;
}
.color-2 {
color: #f9cc6c;
}
.color-3 {
color: #4da4ef;
}
.color-4 {
color: #2b80ca;
}
.color-5 {
color: #ccb1f6;
}

/* CSS Variables */
:root {
--color-1: #ff7591;
--color-2: #f9cc6c;
--color-3: #4da4ef;
--color-4: #2b80ca;
--color-5: #ccb1f6;
}

Rhythm of Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7591, #f9cc6c, #4da4ef, #2b80ca, #ccb1f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7591, #f9cc6c, #4da4ef, #2b80ca, #ccb1f6);
}

Rhythm of Hues color palette created on .