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