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