Leopard カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Leopard palette

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

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

Download leopard color palette PNG image (landscape)
Download leopard color palette PNG image (square)

Leopard カラーパレット CSS

/* CSS */
.color-1 {
color: #e19141;
}
.color-2 {
color: #eab239;
}
.color-3 {
color: #f3cf62;
}
.color-4 {
color: #d05525;
}
.color-5 {
color: #bd461f;
}

/* CSS Variables */
:root {
--color-1: #e19141;
--color-2: #eab239;
--color-3: #f3cf62;
--color-4: #d05525;
--color-5: #bd461f;
}

Leopard の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e19141, #eab239, #f3cf62, #d05525, #bd461f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e19141, #eab239, #f3cf62, #d05525, #bd461f);
}

Leopard color palette created on .