Pure Sand カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pure Sand palette

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

Pure Sand カラー パレット PNG 画像

Download pure sand color palette PNG image (landscape)
Download pure sand color palette PNG image (square)

Pure Sand カラーパレット CSS

/* CSS */
.color-1 {
color: #f7f3ee;
}
.color-2 {
color: #f4ede7;
}
.color-3 {
color: #f0e7e0;
}
.color-4 {
color: #ede1d9;
}
.color-5 {
color: #ebded6;
}

/* CSS Variables */
:root {
--color-1: #f7f3ee;
--color-2: #f4ede7;
--color-3: #f0e7e0;
--color-4: #ede1d9;
--color-5: #ebded6;
}

Pure Sand の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7f3ee, #f4ede7, #f0e7e0, #ede1d9, #ebded6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7f3ee, #f4ede7, #f0e7e0, #ede1d9, #ebded6);
}

Pure Sand color palette created on .