Golden Shrine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Shrine palette

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

Golden Shrine カラーパレット CSS

/* CSS */
.color-1 {
color: #f6c54c;
}
.color-2 {
color: #e6a800;
}
.color-3 {
color: #d18f00;
}
.color-4 {
color: #b87d00;
}
.color-5 {
color: #996e00;
}

/* CSS Variables */
:root {
--color-1: #f6c54c;
--color-2: #e6a800;
--color-3: #d18f00;
--color-4: #b87d00;
--color-5: #996e00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c54c, #e6a800, #d18f00, #b87d00, #996e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c54c, #e6a800, #d18f00, #b87d00, #996e00);
}

Golden Shrine color palette created on .