Golden Ember Serenade カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Golden Ember Serenade palette
Golden Ember Serenade カラーパレット CSS
/* CSS */
.color-1 {
color: #f9d66c;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e69f2d;
}
.color-4 {
color: #d66c2e;
}
.color-5 {
color: #a54557;
}
/* CSS Variables */
:root {
--color-1: #f9d66c;
--color-2: #f0a800;
--color-3: #e69f2d;
--color-4: #d66c2e;
--color-5: #a54557;
}
Golden Ember Serenade の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d66c, #f0a800, #e69f2d, #d66c2e, #a54557);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d66c, #f0a800, #e69f2d, #d66c2e, #a54557);
}
似たようなカラーパレット
下にスクロールして100+個のブライトカラーパレットを探索しましょう
Golden Ember Serenade color palette created on .