Brown Cookie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Cookie palette

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

Brown Cookie カラーパレット CSS

/* CSS */
.color-1 {
color: #f5e1c2;
}
.color-2 {
color: #e2b8a2;
}
.color-3 {
color: #d79a79;
}
.color-4 {
color: #a77c58;
}
.color-5 {
color: #744b3e;
}

/* CSS Variables */
:root {
--color-1: #f5e1c2;
--color-2: #e2b8a2;
--color-3: #d79a79;
--color-4: #a77c58;
--color-5: #744b3e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e1c2, #e2b8a2, #d79a79, #a77c58, #744b3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e1c2, #e2b8a2, #d79a79, #a77c58, #744b3e);
}

Brown Cookie color palette created on .