Golden Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Sunrise palette

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

Golden Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #e6b400;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffdb4d;
}
.color-4 {
color: #ffe68a;
}
.color-5 {
color: #fff2b3;
}

/* CSS Variables */
:root {
--color-1: #e6b400;
--color-2: #ffcc00;
--color-3: #ffdb4d;
--color-4: #ffe68a;
--color-5: #fff2b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b400, #ffcc00, #ffdb4d, #ffe68a, #fff2b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b400, #ffcc00, #ffdb4d, #ffe68a, #fff2b3);
}

Golden Sunrise color palette created on .