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