Vibrant Dissonance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Dissonance palette

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

Vibrant Dissonance カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #40c2d4;
}
.color-4 {
color: #690571;
}
.color-5 {
color: #f47f1f;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #fab700;
--color-3: #40c2d4;
--color-4: #690571;
--color-5: #f47f1f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #fab700, #40c2d4, #690571, #f47f1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #fab700, #40c2d4, #690571, #f47f1f);
}

Vibrant Dissonance color palette created on .