Insanity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Insanity palette

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

Insanity カラー パレット PNG 画像

Download insanity color palette PNG image (landscape)
Download insanity color palette PNG image (square)

Insanity カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6f4c3e;
}
.color-3 {
color: #f3e13f;
}
.color-4 {
color: #6b5b95;
}
.color-5 {
color: #87af4b;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6f4c3e;
--color-3: #f3e13f;
--color-4: #6b5b95;
--color-5: #87af4b;
}

Insanity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6f4c3e, #f3e13f, #6b5b95, #87af4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6f4c3e, #f3e13f, #6b5b95, #87af4b);
}

Insanity color palette created on .