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: #e6a400;
}
.color-3 {
color: #d6ba00;
}
.color-4 {
color: #a6c700;
}
.color-5 {
color: #5fb800;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #e6a400;
--color-3: #d6ba00;
--color-4: #a6c700;
--color-5: #5fb800;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #e6a400, #d6ba00, #a6c700, #5fb800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #e6a400, #d6ba00, #a6c700, #5fb800);
}

Shades of Yellow color palette created on .