Rhythm of Hues カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Rhythm of Hues palette
Rhythm of Hues カラーパレット 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 の背景のグラデーション 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 .