Sunlit Dunes カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sunlit Dunes palette
Sunlit Dunes カラーパレット CSS
/* CSS */
.color-1 {
color: #f5e8d1;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #eab543;
}
.color-4 {
color: #d98b26;
}
.color-5 {
color: #b25e2a;
}
/* CSS Variables */
:root {
--color-1: #f5e8d1;
--color-2: #f1c84b;
--color-3: #eab543;
--color-4: #d98b26;
--color-5: #b25e2a;
}
Sunlit Dunes の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e8d1, #f1c84b, #eab543, #d98b26, #b25e2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e8d1, #f1c84b, #eab543, #d98b26, #b25e2a);
}
Sunlit Dunes color palette created on .