Golden Ember Dream カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Golden Ember Dream palette
Golden Ember Dream カラーパレット CSS
/* CSS */
.color-1 {
color: #f9d75d;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #d67600;
}
.color-4 {
color: #c75a00;
}
.color-5 {
color: #a32e00;
}
/* CSS Variables */
:root {
--color-1: #f9d75d;
--color-2: #f5a300;
--color-3: #d67600;
--color-4: #c75a00;
--color-5: #a32e00;
}
Golden Ember Dream の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d75d, #f5a300, #d67600, #c75a00, #a32e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d75d, #f5a300, #d67600, #c75a00, #a32e00);
}
似たようなカラーパレット
Golden Ember Dream color palette created on .