Vibrant Market Fusion カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Market Fusion palette

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

Vibrant Market Fusion カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff4d00;
}
.color-4 {
color: #d33131;
}
.color-5 {
color: #681b98;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ff6d1f;
--color-3: #ff4d00;
--color-4: #d33131;
--color-5: #681b98;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ff6d1f, #ff4d00, #d33131, #681b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ff6d1f, #ff4d00, #d33131, #681b98);
}

Vibrant Market Fusion color palette created on .