Grapes & Gold カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Grapes & Gold palette

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

Grapes & Gold カラーパレット CSS

/* CSS */
.color-1 {
color: #6f2c90;
}
.color-2 {
color: #a45dbb;
}
.color-3 {
color: #eab8e4;
}
.color-4 {
color: #f6d55a;
}
.color-5 {
color: #daa44e;
}

/* CSS Variables */
:root {
--color-1: #6f2c90;
--color-2: #a45dbb;
--color-3: #eab8e4;
--color-4: #f6d55a;
--color-5: #daa44e;
}

Grapes & Gold の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f2c90, #a45dbb, #eab8e4, #f6d55a, #daa44e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f2c90, #a45dbb, #eab8e4, #f6d55a, #daa44e);
}

Grapes & Gold color palette created on .