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