Golden Ember Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Ember Serenade palette

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

Golden Ember Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #eb7d00;
}
.color-3 {
color: #c74c00;
}
.color-4 {
color: #a33f00;
}
.color-5 {
color: #8a2c00;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #eb7d00;
--color-3: #c74c00;
--color-4: #a33f00;
--color-5: #8a2c00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #eb7d00, #c74c00, #a33f00, #8a2c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #eb7d00, #c74c00, #a33f00, #8a2c00);
}

Golden Ember Serenade color palette created on .