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