Kachina カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Kachina palette

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

Kachina カラー パレット PNG 画像

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

Kachina カラーパレット CSS

/* CSS */
.color-1 {
color: #e7a64b;
}
.color-2 {
color: #c86d3c;
}
.color-3 {
color: #a04e3b;
}
.color-4 {
color: #5b507c;
}
.color-5 {
color: #3d8f8b;
}

/* CSS Variables */
:root {
--color-1: #e7a64b;
--color-2: #c86d3c;
--color-3: #a04e3b;
--color-4: #5b507c;
--color-5: #3d8f8b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7a64b, #c86d3c, #a04e3b, #5b507c, #3d8f8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7a64b, #c86d3c, #a04e3b, #5b507c, #3d8f8b);
}

Kachina color palette created on .