Shades of Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Yellow palette

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

Shades of Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e38e;
}
.color-2 {
color: #d1b44d;
}
.color-3 {
color: #a08c3b;
}
.color-4 {
color: #7d6f2c;
}
.color-5 {
color: #50571e;
}

/* CSS Variables */
:root {
--color-1: #f0e38e;
--color-2: #d1b44d;
--color-3: #a08c3b;
--color-4: #7d6f2c;
--color-5: #50571e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e38e, #d1b44d, #a08c3b, #7d6f2c, #50571e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e38e, #d1b44d, #a08c3b, #7d6f2c, #50571e);
}

Shades of Yellow color palette created on .