Katy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Katy palette

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

Katy カラー パレット PNG 画像

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

Katy カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ff1f57;
}
.color-4 {
color: #a71b61;
}
.color-5 {
color: #6d1e8f;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ff6d2e;
--color-3: #ff1f57;
--color-4: #a71b61;
--color-5: #6d1e8f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ff6d2e, #ff1f57, #a71b61, #6d1e8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ff6d2e, #ff1f57, #a71b61, #6d1e8f);
}

Katy color palette created on .