Colorful Vincent カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Colorful Vincent palette

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

Colorful Vincent カラーパレット CSS

/* CSS */
.color-1 {
color: #f5c400;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #d6618e;
}
.color-5 {
color: #6a5bcd;
}

/* CSS Variables */
:root {
--color-1: #f5c400;
--color-2: #e9b79f;
--color-3: #ff6e61;
--color-4: #d6618e;
--color-5: #6a5bcd;
}

Colorful Vincent の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c400, #e9b79f, #ff6e61, #d6618e, #6a5bcd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c400, #e9b79f, #ff6e61, #d6618e, #6a5bcd);
}

Colorful Vincent color palette created on .