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: #f9c54e;
}
.color-2 {
color: #f9aeae;
}
.color-3 {
color: #f9d5b4;
}
.color-4 {
color: #f9b5a4;
}
.color-5 {
color: #f9e1b4;
}

/* CSS Variables */
:root {
--color-1: #f9c54e;
--color-2: #f9aeae;
--color-3: #f9d5b4;
--color-4: #f9b5a4;
--color-5: #f9e1b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c54e, #f9aeae, #f9d5b4, #f9b5a4, #f9e1b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c54e, #f9aeae, #f9d5b4, #f9b5a4, #f9e1b4);
}

Warm Yellow color palette created on .