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