Shades of Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Yellow palette

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

Shades of Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f9d75d;
}
.color-2 {
color: #eab239;
}
.color-3 {
color: #d2902d;
}
.color-4 {
color: #b1532b;
}
.color-5 {
color: #7b1e1e;
}

/* CSS Variables */
:root {
--color-1: #f9d75d;
--color-2: #eab239;
--color-3: #d2902d;
--color-4: #b1532b;
--color-5: #7b1e1e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d75d, #eab239, #d2902d, #b1532b, #7b1e1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d75d, #eab239, #d2902d, #b1532b, #7b1e1e);
}

Shades of Yellow color palette created on .