Santa Fe Sunset カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Santa Fe Sunset palette
Santa Fe Sunset カラー パレット PNG 画像
Santa Fe Sunset カラーパレット CSS
/* CSS */
.color-1 {
color: #b26c53;
}
.color-2 {
color: #c59a6d;
}
.color-3 {
color: #d5b890;
}
.color-4 {
color: #e6d6a2;
}
.color-5 {
color: #f4e1ae;
}
/* CSS Variables */
:root {
--color-1: #b26c53;
--color-2: #c59a6d;
--color-3: #d5b890;
--color-4: #e6d6a2;
--color-5: #f4e1ae;
}
Santa Fe Sunset の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b26c53, #c59a6d, #d5b890, #e6d6a2, #f4e1ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b26c53, #c59a6d, #d5b890, #e6d6a2, #f4e1ae);
}
似たようなカラーパレット
Santa Fe Sunset color palette created on .