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