Golden Ember Blossom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Ember Blossom palette

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

Golden Ember Blossom カラーパレット CSS

/* CSS */
.color-1 {
color: #f5d04d;
}
.color-2 {
color: #e9a949;
}
.color-3 {
color: #e6803d;
}
.color-4 {
color: #d1533d;
}
.color-5 {
color: #9c3046;
}

/* CSS Variables */
:root {
--color-1: #f5d04d;
--color-2: #e9a949;
--color-3: #e6803d;
--color-4: #d1533d;
--color-5: #9c3046;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d04d, #e9a949, #e6803d, #d1533d, #9c3046);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d04d, #e9a949, #e6803d, #d1533d, #9c3046);
}

Golden Ember Blossom color palette created on .