Shades of Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Yellow palette

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

Shades of Yellow カラーパレット (PNG) をダウンロード

Download shades of yellow color palette PNG image (landscape)
Download shades of yellow color palette PNG image (square)

Shades of Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #d2af56;
}
.color-3 {
color: #b58e3b;
}
.color-4 {
color: #8c6e1d;
}
.color-5 {
color: #584b0e;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #d2af56;
--color-3: #b58e3b;
--color-4: #8c6e1d;
--color-5: #584b0e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #d2af56, #b58e3b, #8c6e1d, #584b0e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #d2af56, #b58e3b, #8c6e1d, #584b0e);
}

Shades of Yellow color palette created on .