Golden Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Sunset palette

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

Golden Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #000152;
}
.color-2 {
color: #592989;
}
.color-3 {
color: #f7b202;
}
.color-4 {
color: #ff6d2e;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #000152;
--color-2: #592989;
--color-3: #f7b202;
--color-4: #ff6d2e;
--color-5: #f0a800;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000152, #592989, #f7b202, #ff6d2e, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000152, #592989, #f7b202, #ff6d2e, #f0a800);
}

Golden Sunset color palette created on .