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