Vibrant Victory カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Victory palette

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

Vibrant Victory カラーパレット CSS

/* CSS */
.color-1 {
color: #ff630f;
}
.color-2 {
color: #ffae3d;
}
.color-3 {
color: #9eff1f;
}
.color-4 {
color: #00bd8e;
}
.color-5 {
color: #003db8;
}

/* CSS Variables */
:root {
--color-1: #ff630f;
--color-2: #ffae3d;
--color-3: #9eff1f;
--color-4: #00bd8e;
--color-5: #003db8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff630f, #ffae3d, #9eff1f, #00bd8e, #003db8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff630f, #ffae3d, #9eff1f, #00bd8e, #003db8);
}

Vibrant Victory color palette created on .