Golden Ember Glow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Ember Glow palette

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

Golden Ember Glow カラーパレット CSS

/* CSS */
.color-1 {
color: #fae500;
}
.color-2 {
color: #f5d000;
}
.color-3 {
color: #f5b800;
}
.color-4 {
color: #f0a000;
}
.color-5 {
color: #eb7900;
}

/* CSS Variables */
:root {
--color-1: #fae500;
--color-2: #f5d000;
--color-3: #f5b800;
--color-4: #f0a000;
--color-5: #eb7900;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fae500, #f5d000, #f5b800, #f0a000, #eb7900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fae500, #f5d000, #f5b800, #f0a000, #eb7900);
}

Golden Ember Glow color palette created on .