Elowyn's Ember カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Elowyn's Ember palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Elowyn's Ember カラーパレット (PNG) をダウンロード
Elowyn's Ember カラーパレット CSS
/* CSS */
.color-1 {
color: #e2c7a2;
}
.color-2 {
color: #f2b75a;
}
.color-3 {
color: #f16f4b;
}
.color-4 {
color: #d44f3a;
}
.color-5 {
color: #c02a4b;
}
/* CSS Variables */
:root {
--color-1: #e2c7a2;
--color-2: #f2b75a;
--color-3: #f16f4b;
--color-4: #d44f3a;
--color-5: #c02a4b;
}
Elowyn's Ember の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2c7a2, #f2b75a, #f16f4b, #d44f3a, #c02a4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2c7a2, #f2b75a, #f16f4b, #d44f3a, #c02a4b);
}
似たようなカラーパレット
Elowyn's Ember color palette created on .