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