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: #f7c94b;
}
.color-2 {
color: #f76e6e;
}
.color-3 {
color: #f76e92;
}
.color-4 {
color: #6eb7f7;
}
.color-5 {
color: #4f9c6b;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f76e6e;
--color-3: #f76e92;
--color-4: #6eb7f7;
--color-5: #4f9c6b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f76e6e, #f76e92, #6eb7f7, #4f9c6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f76e6e, #f76e92, #6eb7f7, #4f9c6b);
}

Shades of Yellow color palette created on .