Tuscan Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tuscan Sunset palette

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

Tuscan Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c5a1;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #efa89f;
}
.color-4 {
color: #f4b986;
}
.color-5 {
color: #f3b67c;
}

/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #e9b79f;
--color-3: #efa89f;
--color-4: #f4b986;
--color-5: #f3b67c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #e9b79f, #efa89f, #f4b986, #f3b67c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #e9b79f, #efa89f, #f4b986, #f3b67c);
}

Tuscan Sunset color palette created on .