Loading...
Soft Autumn カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Soft Autumn palette
Soft Autumn カラーパレット (PNG) をダウンロード
Soft Autumn カラーパレット CSS
/* CSS */
.color-1 {
color: #d7cbc6;
}
.color-2 {
color: #e0d1cc;
}
.color-3 {
color: #eadbd7;
}
.color-4 {
color: #f4eae6;
}
.color-5 {
color: #f8f4f1;
}
/* CSS Variables */
:root {
--color-1: #d7cbc6;
--color-2: #e0d1cc;
--color-3: #eadbd7;
--color-4: #f4eae6;
--color-5: #f8f4f1;
}
Soft Autumn の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7cbc6, #e0d1cc, #eadbd7, #f4eae6, #f8f4f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7cbc6, #e0d1cc, #eadbd7, #f4eae6, #f8f4f1);
}
似たようなカラーパレット
Soft Autumn color palette created on .