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