Shades of Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Yellow palette

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

Shades of Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #e2c06e;
}
.color-3 {
color: #d6a961;
}
.color-4 {
color: #c39a41;
}
.color-5 {
color: #b58a36;
}

/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #e2c06e;
--color-3: #d6a961;
--color-4: #c39a41;
--color-5: #b58a36;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #e2c06e, #d6a961, #c39a41, #b58a36);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #e2c06e, #d6a961, #c39a41, #b58a36);
}

Shades of Yellow color palette created on .