Soft Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Yellow palette

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

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

Download soft yellow color palette PNG image (landscape)
Download soft yellow color palette PNG image (square)

Soft Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #dfae58;
}
.color-2 {
color: #f6c6a2;
}
.color-3 {
color: #eab8d1;
}
.color-4 {
color: #b3a8d7;
}
.color-5 {
color: #c4e3b0;
}

/* CSS Variables */
:root {
--color-1: #dfae58;
--color-2: #f6c6a2;
--color-3: #eab8d1;
--color-4: #b3a8d7;
--color-5: #c4e3b0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfae58, #f6c6a2, #eab8d1, #b3a8d7, #c4e3b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfae58, #f6c6a2, #eab8d1, #b3a8d7, #c4e3b0);
}

Soft Yellow color palette created on .