Brown Cookie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Cookie palette

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

Brown Cookie カラーパレット CSS

/* CSS */
.color-1 {
color: #e5d9c2;
}
.color-2 {
color: #c6b09a;
}
.color-3 {
color: #a68c6e;
}
.color-4 {
color: #91704b;
}
.color-5 {
color: #6b4e38;
}

/* CSS Variables */
:root {
--color-1: #e5d9c2;
--color-2: #c6b09a;
--color-3: #a68c6e;
--color-4: #91704b;
--color-5: #6b4e38;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5d9c2, #c6b09a, #a68c6e, #91704b, #6b4e38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5d9c2, #c6b09a, #a68c6e, #91704b, #6b4e38);
}

Brown Cookie color palette created on .