Brown Milk Cookie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Milk Cookie palette

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

Brown Milk Cookie カラーパレット CSS

/* CSS */
.color-1 {
color: #e5d8c7;
}
.color-2 {
color: #c3b3a2;
}
.color-3 {
color: #a89b8a;
}
.color-4 {
color: #9e7c6b;
}
.color-5 {
color: #795b4e;
}

/* CSS Variables */
:root {
--color-1: #e5d8c7;
--color-2: #c3b3a2;
--color-3: #a89b8a;
--color-4: #9e7c6b;
--color-5: #795b4e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5d8c7, #c3b3a2, #a89b8a, #9e7c6b, #795b4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5d8c7, #c3b3a2, #a89b8a, #9e7c6b, #795b4e);
}

Brown Milk Cookie color palette created on .