Sandy Brown Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sandy Brown Shades palette

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

Sandy Brown Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #e2b66a;
}
.color-2 {
color: #d9a04a;
}
.color-3 {
color: #f0c39e;
}
.color-4 {
color: #e4a66c;
}
.color-5 {
color: #c78938;
}

/* CSS Variables */
:root {
--color-1: #e2b66a;
--color-2: #d9a04a;
--color-3: #f0c39e;
--color-4: #e4a66c;
--color-5: #c78938;
}

Sandy Brown Shades の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b66a, #d9a04a, #f0c39e, #e4a66c, #c78938);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b66a, #d9a04a, #f0c39e, #e4a66c, #c78938);
}

Sandy Brown Shades color palette created on .