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: #e2b473;
}
.color-3 {
color: #d68d6b;
}
.color-4 {
color: #a6598c;
}
.color-5 {
color: #4c8d9a;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #e2b473;
--color-3: #d68d6b;
--color-4: #a6598c;
--color-5: #4c8d9a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #e2b473, #d68d6b, #a6598c, #4c8d9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #e2b473, #d68d6b, #a6598c, #4c8d9a);
}

Shades of Yellow color palette created on .