Rhythm of Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rhythm of Hues palette
Rhythm of Hues color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #6b9cd1;
}
.color-4 {
color: #4f6c78;
}
.color-5 {
color: #d0b3e5;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7c94b;
--color-3: #6b9cd1;
--color-4: #4f6c78;
--color-5: #d0b3e5;
}
Rhythm of Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7c94b, #6b9cd1, #4f6c78, #d0b3e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7c94b, #6b9cd1, #4f6c78, #d0b3e5);
}
Similar color palettes
Rhythm of Hues color palette created on .