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