Shades of Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Yellow palette

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

Shades of Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f3f76e;
}
.color-2 {
color: #f0ca4c;
}
.color-3 {
color: #e8a33b;
}
.color-4 {
color: #d88e2c;
}
.color-5 {
color: #b85a2e;
}

/* CSS Variables */
:root {
--color-1: #f3f76e;
--color-2: #f0ca4c;
--color-3: #e8a33b;
--color-4: #d88e2c;
--color-5: #b85a2e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3f76e, #f0ca4c, #e8a33b, #d88e2c, #b85a2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3f76e, #f0ca4c, #e8a33b, #d88e2c, #b85a2e);
}

Shades of Yellow color palette created on .