Golden Star カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Golden Star palette
Golden Star カラーパレット CSS
/* CSS */
.color-1 {
color: #f5c242;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff8f57;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ffce6b;
}
/* CSS Variables */
:root {
--color-1: #f5c242;
--color-2: #ff6e61;
--color-3: #ff8f57;
--color-4: #ffb84d;
--color-5: #ffce6b;
}
Golden Star の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c242, #ff6e61, #ff8f57, #ffb84d, #ffce6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c242, #ff6e61, #ff8f57, #ffb84d, #ffce6b);
}
似たようなカラーパレット
下にスクロールして100+個のブライトカラーパレットを探索しましょう
Golden Star color palette created on .