Golden Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Sunrise palette

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

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

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

Golden Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ffc105;
}
.color-3 {
color: #ffd942;
}
.color-4 {
color: #ff8c00;
}
.color-5 {
color: #ff6e00;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ffc105;
--color-3: #ffd942;
--color-4: #ff8c00;
--color-5: #ff6e00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ffc105, #ffd942, #ff8c00, #ff6e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ffc105, #ffd942, #ff8c00, #ff6e00);
}

Golden Sunrise color palette created on .