Flame Cat カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Flame Cat palette

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

Flame Cat カラー パレット PNG 画像

Download flame cat color palette PNG image (landscape)
Download flame cat color palette PNG image (square)

Flame Cat カラーパレット CSS

/* CSS */
.color-1 {
color: #ff4400;
}
.color-2 {
color: #ff8c00;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ffb8c1;
}
.color-5 {
color: #ff1492;
}

/* CSS Variables */
:root {
--color-1: #ff4400;
--color-2: #ff8c00;
--color-3: #ffd900;
--color-4: #ffb8c1;
--color-5: #ff1492;
}

Flame Cat の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4400, #ff8c00, #ffd900, #ffb8c1, #ff1492);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4400, #ff8c00, #ffd900, #ffb8c1, #ff1492);
}

Flame Cat color palette created on .