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