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