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