Rustic Twilight Harmony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Rustic Twilight Harmony palette
Rustic Twilight Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #6b2a0a;
}
.color-2 {
color: #143937;
}
.color-3 {
color: #0f0b28;
}
.color-4 {
color: #451903;
}
.color-5 {
color: #071017;
}
/* CSS Variables */
:root {
--color-1: #6b2a0a;
--color-2: #143937;
--color-3: #0f0b28;
--color-4: #451903;
--color-5: #071017;
}
Rustic Twilight Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b2a0a, #143937, #0f0b28, #451903, #071017);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b2a0a, #143937, #0f0b28, #451903, #071017);
}
似たようなカラーパレット
Rustic Twilight Harmony color palette created on .