Shades of Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Yellow palette

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

Shades of Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #f5b400;
}
.color-3 {
color: #f5a300;
}
.color-4 {
color: #d67900;
}
.color-5 {
color: #b34d00;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #f5b400;
--color-3: #f5a300;
--color-4: #d67900;
--color-5: #b34d00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #f5b400, #f5a300, #d67900, #b34d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #f5b400, #f5a300, #d67900, #b34d00);
}

Shades of Yellow color palette created on .