Brown Cookie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Cookie palette

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

Brown Cookie カラーパレット CSS

/* CSS */
.color-1 {
color: #e9d2c3;
}
.color-2 {
color: #d4b8a1;
}
.color-3 {
color: #bfb097;
}
.color-4 {
color: #a5907e;
}
.color-5 {
color: #7c5b4b;
}

/* CSS Variables */
:root {
--color-1: #e9d2c3;
--color-2: #d4b8a1;
--color-3: #bfb097;
--color-4: #a5907e;
--color-5: #7c5b4b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d2c3, #d4b8a1, #bfb097, #a5907e, #7c5b4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d2c3, #d4b8a1, #bfb097, #a5907e, #7c5b4b);
}

Brown Cookie color palette created on .