Brown Prairie Sand カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Prairie Sand palette

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

Brown Prairie Sand カラーパレット CSS

/* CSS */
.color-1 {
color: #eabf8a;
}
.color-2 {
color: #d59a6c;
}
.color-3 {
color: #c17b57;
}
.color-4 {
color: #a95f3d;
}
.color-5 {
color: #8b3d27;
}

/* CSS Variables */
:root {
--color-1: #eabf8a;
--color-2: #d59a6c;
--color-3: #c17b57;
--color-4: #a95f3d;
--color-5: #8b3d27;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eabf8a, #d59a6c, #c17b57, #a95f3d, #8b3d27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eabf8a, #d59a6c, #c17b57, #a95f3d, #8b3d27);
}

Brown Prairie Sand color palette created on .