Golden Hour Chime カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Hour Chime palette

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

Golden Hour Chime カラーパレット CSS

/* CSS */
.color-1 {
color: #f9a824;
}
.color-2 {
color: #ffec3d;
}
.color-3 {
color: #ffc929;
}
.color-4 {
color: #ffa200;
}
.color-5 {
color: #ff9900;
}

/* CSS Variables */
:root {
--color-1: #f9a824;
--color-2: #ffec3d;
--color-3: #ffc929;
--color-4: #ffa200;
--color-5: #ff9900;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a824, #ffec3d, #ffc929, #ffa200, #ff9900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a824, #ffec3d, #ffc929, #ffa200, #ff9900);
}

Golden Hour Chime color palette created on .