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: #f0a800;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffca80;
}
.color-4 {
color: #ffe0b3;
}
.color-5 {
color: #fff3e0;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ffb84d;
--color-3: #ffca80;
--color-4: #ffe0b3;
--color-5: #fff3e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ffb84d, #ffca80, #ffe0b3, #fff3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ffb84d, #ffca80, #ffe0b3, #fff3e0);
}

Shades of Yellow color palette created on .