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