Golden Sunshine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Sunshine palette

このパレットを共有する先:

Golden Sunshine カラーパレット CSS

/* CSS */
.color-1 {
color: #c8a528;
}
.color-2 {
color: #e4b75e;
}
.color-3 {
color: #f5c275;
}
.color-4 {
color: #f9da8b;
}
.color-5 {
color: #fcecc0;
}

/* CSS Variables */
:root {
--color-1: #c8a528;
--color-2: #e4b75e;
--color-3: #f5c275;
--color-4: #f9da8b;
--color-5: #fcecc0;
}

Golden Sunshine の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8a528, #e4b75e, #f5c275, #f9da8b, #fcecc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8a528, #e4b75e, #f5c275, #f9da8b, #fcecc0);
}

Golden Sunshine color palette created on .