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