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