Shades of Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Yellow palette

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

Shades of Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f8e4bf;
}
.color-2 {
color: #f2b05a;
}
.color-3 {
color: #eca94b;
}
.color-4 {
color: #d88d31;
}
.color-5 {
color: #c3612c;
}

/* CSS Variables */
:root {
--color-1: #f8e4bf;
--color-2: #f2b05a;
--color-3: #eca94b;
--color-4: #d88d31;
--color-5: #c3612c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e4bf, #f2b05a, #eca94b, #d88d31, #c3612c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e4bf, #f2b05a, #eca94b, #d88d31, #c3612c);
}

Shades of Yellow color palette created on .