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