Beige Cookie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Beige Cookie palette

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

Beige Cookie カラーパレット CSS

/* CSS */
.color-1 {
color: #f7e8ca;
}
.color-2 {
color: #e8d5b5;
}
.color-3 {
color: #d9cba0;
}
.color-4 {
color: #bfaf8d;
}
.color-5 {
color: #a78f6c;
}

/* CSS Variables */
:root {
--color-1: #f7e8ca;
--color-2: #e8d5b5;
--color-3: #d9cba0;
--color-4: #bfaf8d;
--color-5: #a78f6c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e8ca, #e8d5b5, #d9cba0, #bfaf8d, #a78f6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e8ca, #e8d5b5, #d9cba0, #bfaf8d, #a78f6c);
}

Beige Cookie color palette created on .