Vibrant Multiverse カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Multiverse palette

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

Vibrant Multiverse カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6fbe8c;
}
.color-3 {
color: #3baee8;
}
.color-4 {
color: #f9d72f;
}
.color-5 {
color: #e94e77;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6fbe8c;
--color-3: #3baee8;
--color-4: #f9d72f;
--color-5: #e94e77;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6fbe8c, #3baee8, #f9d72f, #e94e77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6fbe8c, #3baee8, #f9d72f, #e94e77);
}

Vibrant Multiverse color palette created on .