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