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