Warrior Cats カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warrior Cats palette

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

Warrior Cats カラー パレット PNG 画像

Download warrior cats color palette PNG image (landscape)
Download warrior cats color palette PNG image (square)

Warrior Cats カラーパレット CSS

/* CSS */
.color-1 {
color: #49694c;
}
.color-2 {
color: #a8c4a1;
}
.color-3 {
color: #e9d5a0;
}
.color-4 {
color: #f6a055;
}
.color-5 {
color: #c16149;
}

/* CSS Variables */
:root {
--color-1: #49694c;
--color-2: #a8c4a1;
--color-3: #e9d5a0;
--color-4: #f6a055;
--color-5: #c16149;
}

Warrior Cats の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #49694c, #a8c4a1, #e9d5a0, #f6a055, #c16149);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #49694c, #a8c4a1, #e9d5a0, #f6a055, #c16149);
}

Warrior Cats color palette created on .