Crystal カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crystal palette

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

Crystal カラー パレット PNG 画像

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

Crystal カラーパレット CSS

/* CSS */
.color-1 {
color: #b8daea;
}
.color-2 {
color: #e7d4e8;
}
.color-3 {
color: #e6e2e0;
}
.color-4 {
color: #d9afc5;
}
.color-5 {
color: #a19acb;
}

/* CSS Variables */
:root {
--color-1: #b8daea;
--color-2: #e7d4e8;
--color-3: #e6e2e0;
--color-4: #d9afc5;
--color-5: #a19acb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8daea, #e7d4e8, #e6e2e0, #d9afc5, #a19acb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8daea, #e7d4e8, #e6e2e0, #d9afc5, #a19acb);
}

Crystal color palette created on .