Shades of Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Yellow palette

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

Shades of Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #e6b800;
}
.color-3 {
color: #d6c400;
}
.color-4 {
color: #a1d600;
}
.color-5 {
color: #7db800;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #e6b800;
--color-3: #d6c400;
--color-4: #a1d600;
--color-5: #7db800;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #e6b800, #d6c400, #a1d600, #7db800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #e6b800, #d6c400, #a1d600, #7db800);
}

Shades of Yellow color palette created on .