Viktor's Horizon カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Viktor's Horizon palette
Viktor's Horizon カラーパレット CSS
/* CSS */
.color-1 {
color: #e2a84b;
}
.color-2 {
color: #f4c543;
}
.color-3 {
color: #f3e57c;
}
.color-4 {
color: #a0d5e9;
}
.color-5 {
color: #4b91e2;
}
/* CSS Variables */
:root {
--color-1: #e2a84b;
--color-2: #f4c543;
--color-3: #f3e57c;
--color-4: #a0d5e9;
--color-5: #4b91e2;
}
Viktor's Horizon の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2a84b, #f4c543, #f3e57c, #a0d5e9, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2a84b, #f4c543, #f3e57c, #a0d5e9, #4b91e2);
}
似たようなカラーパレット
Viktor's Horizon color palette created on .