Elm カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Elm palette

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

Elm カラー パレット PNG 画像

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

Elm カラーパレット CSS

/* CSS */
.color-1 {
color: #a7c6a4;
}
.color-2 {
color: #b7d2c0;
}
.color-3 {
color: #e6e6a7;
}
.color-4 {
color: #d9a96d;
}
.color-5 {
color: #c5592b;
}

/* CSS Variables */
:root {
--color-1: #a7c6a4;
--color-2: #b7d2c0;
--color-3: #e6e6a7;
--color-4: #d9a96d;
--color-5: #c5592b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c6a4, #b7d2c0, #e6e6a7, #d9a96d, #c5592b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c6a4, #b7d2c0, #e6e6a7, #d9a96d, #c5592b);
}

Elm color palette created on .