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