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: #e6b84c;
}
.color-2 {
color: #8e5b3e;
}
.color-3 {
color: #5e9c6d;
}
.color-4 {
color: #3c719f;
}
.color-5 {
color: #7c4b8b;
}

/* CSS Variables */
:root {
--color-1: #e6b84c;
--color-2: #8e5b3e;
--color-3: #5e9c6d;
--color-4: #3c719f;
--color-5: #7c4b8b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b84c, #8e5b3e, #5e9c6d, #3c719f, #7c4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b84c, #8e5b3e, #5e9c6d, #3c719f, #7c4b8b);
}

Warrior Cats color palette created on .