Golden Veins カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Veins palette

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

Golden Veins カラーパレット CSS

/* CSS */
.color-1 {
color: #b5a34a;
}
.color-2 {
color: #e3c64f;
}
.color-3 {
color: #f2cf78;
}
.color-4 {
color: #f9e1ae;
}
.color-5 {
color: #f4ca25;
}

/* CSS Variables */
:root {
--color-1: #b5a34a;
--color-2: #e3c64f;
--color-3: #f2cf78;
--color-4: #f9e1ae;
--color-5: #f4ca25;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5a34a, #e3c64f, #f2cf78, #f9e1ae, #f4ca25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5a34a, #e3c64f, #f2cf78, #f9e1ae, #f4ca25);
}

Golden Veins color palette created on .