Beige Dune Cookie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Beige Dune Cookie palette

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

Beige Dune Cookie カラーパレット CSS

/* CSS */
.color-1 {
color: #f5e7c2;
}
.color-2 {
color: #e6cba8;
}
.color-3 {
color: #d3b59c;
}
.color-4 {
color: #c1a185;
}
.color-5 {
color: #bfaf8d;
}

/* CSS Variables */
:root {
--color-1: #f5e7c2;
--color-2: #e6cba8;
--color-3: #d3b59c;
--color-4: #c1a185;
--color-5: #bfaf8d;
}

Beige Dune Cookie の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e7c2, #e6cba8, #d3b59c, #c1a185, #bfaf8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e7c2, #e6cba8, #d3b59c, #c1a185, #bfaf8d);
}

Beige Dune Cookie color palette created on .