Golden Sunrise Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Sunrise Delight palette

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

Golden Sunrise Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #ffc72e;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f9d14e;
}
.color-4 {
color: #fce1b6;
}
.color-5 {
color: #ff6d1f;
}

/* CSS Variables */
:root {
--color-1: #ffc72e;
--color-2: #f5a524;
--color-3: #f9d14e;
--color-4: #fce1b6;
--color-5: #ff6d1f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc72e, #f5a524, #f9d14e, #fce1b6, #ff6d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc72e, #f5a524, #f9d14e, #fce1b6, #ff6d1f);
}

Golden Sunrise Delight color palette created on .