Cool Fall Day カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Cool Fall Day palette
Cool Fall Day カラー パレット PNG 画像
Cool Fall Day カラーパレット CSS
/* CSS */
.color-1 {
color: #a45a3d;
}
.color-2 {
color: #b88e6f;
}
.color-3 {
color: #d1b45c;
}
.color-4 {
color: #e3d7a6;
}
.color-5 {
color: #d5c5b4;
}
/* CSS Variables */
:root {
--color-1: #a45a3d;
--color-2: #b88e6f;
--color-3: #d1b45c;
--color-4: #e3d7a6;
--color-5: #d5c5b4;
}
Cool Fall Day の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a45a3d, #b88e6f, #d1b45c, #e3d7a6, #d5c5b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a45a3d, #b88e6f, #d1b45c, #e3d7a6, #d5c5b4);
}
似たようなカラーパレット
下にスクロールして3個のオータムカラーパレットを探索しましょう
Cool Fall Day color palette created on .