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