Santa Fe カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Santa Fe palette

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

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

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

Santa Fe カラーパレット CSS

/* CSS */
.color-1 {
color: #d56c3f;
}
.color-2 {
color: #f2a15a;
}
.color-3 {
color: #f4d15d;
}
.color-4 {
color: #c1d6a4;
}
.color-5 {
color: #509b8c;
}

/* CSS Variables */
:root {
--color-1: #d56c3f;
--color-2: #f2a15a;
--color-3: #f4d15d;
--color-4: #c1d6a4;
--color-5: #509b8c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d56c3f, #f2a15a, #f4d15d, #c1d6a4, #509b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d56c3f, #f2a15a, #f4d15d, #c1d6a4, #509b8c);
}

Santa Fe color palette created on .