Elegant Gold カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Elegant Gold palette

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

Elegant Gold カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #c85b6d;
}
.color-3 {
color: #a1688c;
}
.color-4 {
color: #6c8fac;
}
.color-5 {
color: #2a9d90;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #c85b6d;
--color-3: #a1688c;
--color-4: #6c8fac;
--color-5: #2a9d90;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #c85b6d, #a1688c, #6c8fac, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #c85b6d, #a1688c, #6c8fac, #2a9d90);
}

Elegant Gold color palette created on .