Golden Ember Glow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Ember Glow palette

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

Golden Ember Glow カラーパレット CSS

/* CSS */
.color-1 {
color: #febf10;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #f58b00;
}
.color-4 {
color: #f56e00;
}
.color-5 {
color: #f55200;
}

/* CSS Variables */
:root {
--color-1: #febf10;
--color-2: #f5a300;
--color-3: #f58b00;
--color-4: #f56e00;
--color-5: #f55200;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #febf10, #f5a300, #f58b00, #f56e00, #f55200);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #febf10, #f5a300, #f58b00, #f56e00, #f55200);
}

Golden Ember Glow color palette created on .