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