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