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