Vibrant Gold カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Gold palette

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

Vibrant Gold カラーパレット CSS

/* CSS */
.color-1 {
color: #f7d95e;
}
.color-2 {
color: #fbaf3c;
}
.color-3 {
color: #ef6c39;
}
.color-4 {
color: #d45e8b;
}
.color-5 {
color: #8c4fba;
}

/* CSS Variables */
:root {
--color-1: #f7d95e;
--color-2: #fbaf3c;
--color-3: #ef6c39;
--color-4: #d45e8b;
--color-5: #8c4fba;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d95e, #fbaf3c, #ef6c39, #d45e8b, #8c4fba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d95e, #fbaf3c, #ef6c39, #d45e8b, #8c4fba);
}

Vibrant Gold color palette created on .