Warm Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Sunrise palette

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

Warm Sunrise カラー パレット PNG 画像

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

Warm Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #f8f8f1;
}
.color-2 {
color: #ffb39e;
}
.color-3 {
color: #f09c3d;
}
.color-4 {
color: #f4e4b3;
}
.color-5 {
color: #7a3b00;
}

/* CSS Variables */
:root {
--color-1: #f8f8f1;
--color-2: #ffb39e;
--color-3: #f09c3d;
--color-4: #f4e4b3;
--color-5: #7a3b00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f8f1, #ffb39e, #f09c3d, #f4e4b3, #7a3b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f8f1, #ffb39e, #f09c3d, #f4e4b3, #7a3b00);
}

Warm Sunrise color palette created on .