Sienna Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sienna Sunrise palette

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

Sienna Sunrise カラーパレット (PNG) をダウンロード

Download sienna sunrise color palette PNG image (landscape)
Download sienna sunrise color palette PNG image (square)

Sienna Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #d27e46;
}
.color-2 {
color: #ea9a3e;
}
.color-3 {
color: #f6c76f;
}
.color-4 {
color: #f2e8a6;
}
.color-5 {
color: #f6d6c1;
}

/* CSS Variables */
:root {
--color-1: #d27e46;
--color-2: #ea9a3e;
--color-3: #f6c76f;
--color-4: #f2e8a6;
--color-5: #f6d6c1;
}

Sienna Sunrise の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d27e46, #ea9a3e, #f6c76f, #f2e8a6, #f6d6c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d27e46, #ea9a3e, #f6c76f, #f2e8a6, #f6d6c1);
}

Sienna Sunrise color palette created on .