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