Amber Cat カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Amber Cat palette

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

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

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

Amber Cat カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #e07b00;
}
.color-3 {
color: #c75d00;
}
.color-4 {
color: #b34100;
}
.color-5 {
color: #7a1f00;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #e07b00;
--color-3: #c75d00;
--color-4: #b34100;
--color-5: #7a1f00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #e07b00, #c75d00, #b34100, #7a1f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #e07b00, #c75d00, #b34100, #7a1f00);
}

Amber Cat color palette created on .