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