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