Brown Cookie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Cookie palette

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

Brown Cookie カラーパレット CSS

/* CSS */
.color-1 {
color: #c7b299;
}
.color-2 {
color: #d6b69a;
}
.color-3 {
color: #e4c6a0;
}
.color-4 {
color: #edaf5e;
}
.color-5 {
color: #d39f6f;
}

/* CSS Variables */
:root {
--color-1: #c7b299;
--color-2: #d6b69a;
--color-3: #e4c6a0;
--color-4: #edaf5e;
--color-5: #d39f6f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7b299, #d6b69a, #e4c6a0, #edaf5e, #d39f6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7b299, #d6b69a, #e4c6a0, #edaf5e, #d39f6f);
}

Brown Cookie color palette created on .