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