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: #f6e48e;
}
.color-2 {
color: #f8c391;
}
.color-3 {
color: #d7a3b8;
}
.color-4 {
color: #ff8052;
}
.color-5 {
color: #ff6b6b;
}

/* CSS Variables */
:root {
--color-1: #f6e48e;
--color-2: #f8c391;
--color-3: #d7a3b8;
--color-4: #ff8052;
--color-5: #ff6b6b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e48e, #f8c391, #d7a3b8, #ff8052, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e48e, #f8c391, #d7a3b8, #ff8052, #ff6b6b);
}

Shades of Yellow color palette created on .