Gilded Gamble カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gilded Gamble palette

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

Gilded Gamble カラーパレット CSS

/* CSS */
.color-1 {
color: #ffcc33;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #c94e40;
}
.color-4 {
color: #6b3f92;
}
.color-5 {
color: #4e76a2;
}

/* CSS Variables */
:root {
--color-1: #ffcc33;
--color-2: #ff6d1f;
--color-3: #c94e40;
--color-4: #6b3f92;
--color-5: #4e76a2;
}

Gilded Gamble の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc33, #ff6d1f, #c94e40, #6b3f92, #4e76a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc33, #ff6d1f, #c94e40, #6b3f92, #4e76a2);
}

Gilded Gamble color palette created on .