Vibrant Clash カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Clash palette

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

Vibrant Clash カラーパレット CSS

/* CSS */
.color-1 {
color: #f94e3e;
}
.color-2 {
color: #ff7f4d;
}
.color-3 {
color: #ffbb5c;
}
.color-4 {
color: #ffd65c;
}
.color-5 {
color: #e3f08e;
}

/* CSS Variables */
:root {
--color-1: #f94e3e;
--color-2: #ff7f4d;
--color-3: #ffbb5c;
--color-4: #ffd65c;
--color-5: #e3f08e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f94e3e, #ff7f4d, #ffbb5c, #ffd65c, #e3f08e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f94e3e, #ff7f4d, #ffbb5c, #ffd65c, #e3f08e);
}

Vibrant Clash color palette created on .