Golden Ember Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Ember Serenade palette

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

Golden Ember Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f6c36a;
}
.color-2 {
color: #e7b446;
}
.color-3 {
color: #d79e3c;
}
.color-4 {
color: #a96b2d;
}
.color-5 {
color: #7c4a2d;
}

/* CSS Variables */
:root {
--color-1: #f6c36a;
--color-2: #e7b446;
--color-3: #d79e3c;
--color-4: #a96b2d;
--color-5: #7c4a2d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c36a, #e7b446, #d79e3c, #a96b2d, #7c4a2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c36a, #e7b446, #d79e3c, #a96b2d, #7c4a2d);
}

Golden Ember Serenade color palette created on .