Duality in Hue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Duality in Hue palette
Duality in Hue カラーパレット CSS
/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f86c30;
}
.color-3 {
color: #f7a8a1;
}
.color-4 {
color: #d2516d;
}
.color-5 {
color: #6c5b80;
}
/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f86c30;
--color-3: #f7a8a1;
--color-4: #d2516d;
--color-5: #6c5b80;
}
Duality in Hue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f86c30, #f7a8a1, #d2516d, #6c5b80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f86c30, #f7a8a1, #d2516d, #6c5b80);
}
似たようなカラーパレット
Duality in Hue color palette created on .