Limestone カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Limestone palette

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

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

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

Limestone カラーパレット CSS

/* CSS */
.color-1 {
color: #e5e0c2;
}
.color-2 {
color: #c5c3b4;
}
.color-3 {
color: #a7a69a;
}
.color-4 {
color: #797a6c;
}
.color-5 {
color: #4d4e5b;
}

/* CSS Variables */
:root {
--color-1: #e5e0c2;
--color-2: #c5c3b4;
--color-3: #a7a69a;
--color-4: #797a6c;
--color-5: #4d4e5b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e0c2, #c5c3b4, #a7a69a, #797a6c, #4d4e5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e0c2, #c5c3b4, #a7a69a, #797a6c, #4d4e5b);
}

Limestone color palette created on .