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