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