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