Golden Ray カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Ray palette

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

Golden Ray カラーパレット CSS

/* CSS */
.color-1 {
color: #f9d44e;
}
.color-2 {
color: #fbaf3c;
}
.color-3 {
color: #f76a3b;
}
.color-4 {
color: #f45c3e;
}
.color-5 {
color: #6b3f88;
}

/* CSS Variables */
:root {
--color-1: #f9d44e;
--color-2: #fbaf3c;
--color-3: #f76a3b;
--color-4: #f45c3e;
--color-5: #6b3f88;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d44e, #fbaf3c, #f76a3b, #f45c3e, #6b3f88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d44e, #fbaf3c, #f76a3b, #f45c3e, #6b3f88);
}

Golden Ray color palette created on .