Autumn's Golden Ember カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn's Golden Ember palette

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

Autumn's Golden Ember カラーパレット CSS

/* CSS */
.color-1 {
color: #fed795;
}
.color-2 {
color: #fba418;
}
.color-3 {
color: #d58d30;
}
.color-4 {
color: #e77d04;
}
.color-5 {
color: #c15101;
}

/* CSS Variables */
:root {
--color-1: #fed795;
--color-2: #fba418;
--color-3: #d58d30;
--color-4: #e77d04;
--color-5: #c15101;
}

Autumn's Golden Ember の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fed795, #fba418, #d58d30, #e77d04, #c15101);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fed795, #fba418, #d58d30, #e77d04, #c15101);
}

Autumn's Golden Ember color palette created on .