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