Capitan Gato カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Capitan Gato palette

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

Capitan Gato カラー パレット PNG 画像

Download capitan gato color palette PNG image (landscape)
Download capitan gato color palette PNG image (square)

Capitan Gato カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff2e2e;
}
.color-4 {
color: #d63f2e;
}
.color-5 {
color: #4f2c6d;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff7142;
--color-3: #ff2e2e;
--color-4: #d63f2e;
--color-5: #4f2c6d;
}

Capitan Gato の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff7142, #ff2e2e, #d63f2e, #4f2c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff7142, #ff2e2e, #d63f2e, #4f2c6d);
}

Capitan Gato color palette created on .