Shades of Yellow カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Yellow palette
Shades of Yellow カラーパレット CSS
/* CSS */
.color-1 {
color: #3d3d3d;
}
.color-2 {
color: #f5f100;
}
.color-3 {
color: #f5df51;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f6b531;
}
/* CSS Variables */
:root {
--color-1: #3d3d3d;
--color-2: #f5f100;
--color-3: #f5df51;
--color-4: #f9c54e;
--color-5: #f6b531;
}
Shades of Yellow の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d3d3d, #f5f100, #f5df51, #f9c54e, #f6b531);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d3d3d, #f5f100, #f5df51, #f9c54e, #f6b531);
}
似たようなカラーパレット
Shades of Yellow color palette created on .