Shades of Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Yellow palette

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

Shades of Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f2e03a;
}
.color-2 {
color: #f9c54e;
}
.color-3 {
color: #f9b14e;
}
.color-4 {
color: #f09c42;
}
.color-5 {
color: #f05a28;
}

/* CSS Variables */
:root {
--color-1: #f2e03a;
--color-2: #f9c54e;
--color-3: #f9b14e;
--color-4: #f09c42;
--color-5: #f05a28;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e03a, #f9c54e, #f9b14e, #f09c42, #f05a28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e03a, #f9c54e, #f9b14e, #f09c42, #f05a28);
}

Shades of Yellow color palette created on .