Tacao Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tacao Sunset palette

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

Tacao Sunset カラー パレット PNG 画像

Download tacao sunset color palette PNG image (landscape)
Download tacao sunset color palette PNG image (square)

Tacao Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #efc9ae;
}
.color-2 {
color: #eaae86;
}
.color-3 {
color: #d98e68;
}
.color-4 {
color: #ce6e4b;
}
.color-5 {
color: #c24f3d;
}

/* CSS Variables */
:root {
--color-1: #efc9ae;
--color-2: #eaae86;
--color-3: #d98e68;
--color-4: #ce6e4b;
--color-5: #c24f3d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efc9ae, #eaae86, #d98e68, #ce6e4b, #c24f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efc9ae, #eaae86, #d98e68, #ce6e4b, #c24f3d);
}

Tacao Sunset color palette created on .