Golden Ember Glow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Ember Glow palette

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

Golden Ember Glow カラーパレット CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f8d859;
}
.color-3 {
color: #ebbc7a;
}
.color-4 {
color: #d38f50;
}
.color-5 {
color: #b65a2f;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f8d859;
--color-3: #ebbc7a;
--color-4: #d38f50;
--color-5: #b65a2f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f8d859, #ebbc7a, #d38f50, #b65a2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f8d859, #ebbc7a, #d38f50, #b65a2f);
}

Golden Ember Glow color palette created on .