Autumn Embrace カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Autumn Embrace palette
Autumn Embrace カラー パレット PNG 画像
Autumn Embrace カラーパレット CSS
/* CSS */
.color-1 {
color: #d7caac;
}
.color-2 {
color: #c1d0af;
}
.color-3 {
color: #d86e4b;
}
.color-4 {
color: #793e39;
}
.color-5 {
color: #f4e1a4;
}
/* CSS Variables */
:root {
--color-1: #d7caac;
--color-2: #c1d0af;
--color-3: #d86e4b;
--color-4: #793e39;
--color-5: #f4e1a4;
}
Autumn Embrace の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7caac, #c1d0af, #d86e4b, #793e39, #f4e1a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7caac, #c1d0af, #d86e4b, #793e39, #f4e1a4);
}
似たようなカラーパレット
Autumn Embrace color palette created on .