Golden Dawn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Dawn palette

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

Golden Dawn カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f0e78e;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ffb30f;
}
.color-5 {
color: #ff5e00;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f0e78e;
--color-3: #ffd900;
--color-4: #ffb30f;
--color-5: #ff5e00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f0e78e, #ffd900, #ffb30f, #ff5e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f0e78e, #ffd900, #ffb30f, #ff5e00);
}

Golden Dawn color palette created on .