Orange Cat カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Cat palette

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

Orange Cat カラーパレット (PNG) をダウンロード

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

Orange Cat カラーパレット CSS

/* CSS */
.color-1 {
color: #f1b74b;
}
.color-2 {
color: #e56a3e;
}
.color-3 {
color: #d3503c;
}
.color-4 {
color: #b36175;
}
.color-5 {
color: #7e3c96;
}

/* CSS Variables */
:root {
--color-1: #f1b74b;
--color-2: #e56a3e;
--color-3: #d3503c;
--color-4: #b36175;
--color-5: #7e3c96;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b74b, #e56a3e, #d3503c, #b36175, #7e3c96);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b74b, #e56a3e, #d3503c, #b36175, #7e3c96);
}

Orange Cat color palette created on .