Santa Fe Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Santa Fe Sunset palette

このパレットを共有する先:

Santa Fe Sunset カラー パレット PNG 画像

Download santa fe sunset color palette PNG image (landscape)
Download santa fe sunset color palette PNG image (square)

Santa Fe Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #b26c53;
}
.color-2 {
color: #d79b70;
}
.color-3 {
color: #f0c4a8;
}
.color-4 {
color: #e7b87e;
}
.color-5 {
color: #cf503a;
}

/* CSS Variables */
:root {
--color-1: #b26c53;
--color-2: #d79b70;
--color-3: #f0c4a8;
--color-4: #e7b87e;
--color-5: #cf503a;
}

Santa Fe Sunset の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b26c53, #d79b70, #f0c4a8, #e7b87e, #cf503a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b26c53, #d79b70, #f0c4a8, #e7b87e, #cf503a);
}

Santa Fe Sunset color palette created on .