Golden Ember Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Ember Serenade palette

このパレットを共有する先:

Golden Ember Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #e3a34f;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f6e2b1;
}
.color-4 {
color: #e77e23;
}
.color-5 {
color: #d34b22;
}

/* CSS Variables */
:root {
--color-1: #e3a34f;
--color-2: #f1c84b;
--color-3: #f6e2b1;
--color-4: #e77e23;
--color-5: #d34b22;
}

Golden Ember Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3a34f, #f1c84b, #f6e2b1, #e77e23, #d34b22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3a34f, #f1c84b, #f6e2b1, #e77e23, #d34b22);
}

Golden Ember Serenade color palette created on .