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