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