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