Autumnal Ember Tones カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Autumnal Ember Tones palette
Autumnal Ember Tones カラーパレット CSS
/* CSS */
.color-1 {
color: #e1c5ad;
}
.color-2 {
color: #c99e83;
}
.color-3 {
color: #c18444;
}
.color-4 {
color: #9d551b;
}
.color-5 {
color: #7d5645;
}
/* CSS Variables */
:root {
--color-1: #e1c5ad;
--color-2: #c99e83;
--color-3: #c18444;
--color-4: #9d551b;
--color-5: #7d5645;
}
Autumnal Ember Tones の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1c5ad, #c99e83, #c18444, #9d551b, #7d5645);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1c5ad, #c99e83, #c18444, #9d551b, #7d5645);
}
似たようなカラーパレット
下にスクロールして1個のEarthy tonesカラーパレットを探索しましょう
Autumnal Ember Tones color palette created on .