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