Golden Ember Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Ember Sunrise palette

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

Golden Ember Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffa047;
}
.color-4 {
color: #ffb56b;
}
.color-5 {
color: #ffcc8a;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ff6d1f;
--color-3: #ffa047;
--color-4: #ffb56b;
--color-5: #ffcc8a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ff6d1f, #ffa047, #ffb56b, #ffcc8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ff6d1f, #ffa047, #ffb56b, #ffcc8a);
}

Golden Ember Sunrise color palette created on .