Warm Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Yellow palette

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

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

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

Warm Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff772e;
}
.color-3 {
color: #ff4e33;
}
.color-4 {
color: #fea481;
}
.color-5 {
color: #b1b5fb;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff772e;
--color-3: #ff4e33;
--color-4: #fea481;
--color-5: #b1b5fb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff772e, #ff4e33, #fea481, #b1b5fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff772e, #ff4e33, #fea481, #b1b5fb);
}

Warm Yellow color palette created on .