Golden Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Sunrise palette

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

Golden Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #f9e939;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #e68a00;
}
.color-5 {
color: #d67200;
}

/* CSS Variables */
:root {
--color-1: #f9e939;
--color-2: #f5c400;
--color-3: #f0a800;
--color-4: #e68a00;
--color-5: #d67200;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e939, #f5c400, #f0a800, #e68a00, #d67200);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e939, #f5c400, #f0a800, #e68a00, #d67200);
}

Golden Sunrise color palette created on .