Golden Lightning カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Lightning palette

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

Golden Lightning カラーパレット CSS

/* CSS */
.color-1 {
color: #f9e74e;
}
.color-2 {
color: #f3ca4f;
}
.color-3 {
color: #e4ab2f;
}
.color-4 {
color: #d87c2c;
}
.color-5 {
color: #c5542b;
}

/* CSS Variables */
:root {
--color-1: #f9e74e;
--color-2: #f3ca4f;
--color-3: #e4ab2f;
--color-4: #d87c2c;
--color-5: #c5542b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e74e, #f3ca4f, #e4ab2f, #d87c2c, #c5542b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e74e, #f3ca4f, #e4ab2f, #d87c2c, #c5542b);
}

Golden Lightning color palette created on .