Shades of Brown Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Brown Blue palette
Shades of Brown Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #d89f5a;
}
.color-2 {
color: #b65b3a;
}
.color-3 {
color: #7b4e4c;
}
.color-4 {
color: #4e736e;
}
.color-5 {
color: #2e4c6b;
}
/* CSS Variables */
:root {
--color-1: #d89f5a;
--color-2: #b65b3a;
--color-3: #7b4e4c;
--color-4: #4e736e;
--color-5: #2e4c6b;
}
Shades of Brown Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d89f5a, #b65b3a, #7b4e4c, #4e736e, #2e4c6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d89f5a, #b65b3a, #7b4e4c, #4e736e, #2e4c6b);
}
似たようなカラーパレット
Shades of Brown Blue color palette created on .