Shades of Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Yellow palette

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

Shades of Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #eab239;
}
.color-2 {
color: #d5b234;
}
.color-3 {
color: #af8a2c;
}
.color-4 {
color: #8c6a2c;
}
.color-5 {
color: #4e4e2c;
}

/* CSS Variables */
:root {
--color-1: #eab239;
--color-2: #d5b234;
--color-3: #af8a2c;
--color-4: #8c6a2c;
--color-5: #4e4e2c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab239, #d5b234, #af8a2c, #8c6a2c, #4e4e2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab239, #d5b234, #af8a2c, #8c6a2c, #4e4e2c);
}

Shades of Yellow color palette created on .