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: #f4ec48;
}
.color-2 {
color: #f3d82b;
}
.color-3 {
color: #f0b800;
}
.color-4 {
color: #e69900;
}
.color-5 {
color: #d68f00;
}

/* CSS Variables */
:root {
--color-1: #f4ec48;
--color-2: #f3d82b;
--color-3: #f0b800;
--color-4: #e69900;
--color-5: #d68f00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4ec48, #f3d82b, #f0b800, #e69900, #d68f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4ec48, #f3d82b, #f0b800, #e69900, #d68f00);
}

Golden Sunrise color palette created on .