Tuscan Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tuscan Sunset palette

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

Tuscan Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f6c8a7;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #e89f8d;
}
.color-4 {
color: #d5846c;
}
.color-5 {
color: #b95c5b;
}

/* CSS Variables */
:root {
--color-1: #f6c8a7;
--color-2: #e9b79f;
--color-3: #e89f8d;
--color-4: #d5846c;
--color-5: #b95c5b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c8a7, #e9b79f, #e89f8d, #d5846c, #b95c5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c8a7, #e9b79f, #e89f8d, #d5846c, #b95c5b);
}

Tuscan Sunset color palette created on .