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