House Atreides カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with House Atreides palette
House Atreides カラー パレット PNG 画像
House Atreides カラーパレット CSS
/* CSS */
.color-1 {
color: #a67b3a;
}
.color-2 {
color: #c5a77c;
}
.color-3 {
color: #d8c5a6;
}
.color-4 {
color: #f1e1c6;
}
.color-5 {
color: #f6f4ee;
}
/* CSS Variables */
:root {
--color-1: #a67b3a;
--color-2: #c5a77c;
--color-3: #d8c5a6;
--color-4: #f1e1c6;
--color-5: #f6f4ee;
}
House Atreides の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a67b3a, #c5a77c, #d8c5a6, #f1e1c6, #f6f4ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a67b3a, #c5a77c, #d8c5a6, #f1e1c6, #f6f4ee);
}
似たようなカラーパレット
House Atreides color palette created on .