Golden Sunshine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Sunshine palette

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

Golden Sunshine カラー パレット PNG 画像

Download golden sunshine color palette PNG image (landscape)
Download golden sunshine color palette PNG image (square)

Golden Sunshine カラーパレット CSS

/* CSS */
.color-1 {
color: #f5e14d;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e69900;
}
.color-4 {
color: #d67900;
}
.color-5 {
color: #b35900;
}

/* CSS Variables */
:root {
--color-1: #f5e14d;
--color-2: #f0a800;
--color-3: #e69900;
--color-4: #d67900;
--color-5: #b35900;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e14d, #f0a800, #e69900, #d67900, #b35900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e14d, #f0a800, #e69900, #d67900, #b35900);
}

Golden Sunshine color palette created on .