Golden Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Sunrise palette

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

Golden Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #f7e89c;
}
.color-2 {
color: #f6d55a;
}
.color-3 {
color: #fcb02c;
}
.color-4 {
color: #f48d06;
}
.color-5 {
color: #d55f0b;
}

/* CSS Variables */
:root {
--color-1: #f7e89c;
--color-2: #f6d55a;
--color-3: #fcb02c;
--color-4: #f48d06;
--color-5: #d55f0b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e89c, #f6d55a, #fcb02c, #f48d06, #d55f0b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e89c, #f6d55a, #fcb02c, #f48d06, #d55f0b);
}

Golden Sunrise color palette created on .