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