Brown Cookie カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Brown Cookie palette
Brown Cookie カラーパレット CSS
/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #795a4e;
}
.color-3 {
color: #8b6a5b;
}
.color-4 {
color: #d1a17b;
}
.color-5 {
color: #e2c79c;
}
/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #795a4e;
--color-3: #8b6a5b;
--color-4: #d1a17b;
--color-5: #e2c79c;
}
Brown Cookie の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #795a4e, #8b6a5b, #d1a17b, #e2c79c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #795a4e, #8b6a5b, #d1a17b, #e2c79c);
}
似たようなカラーパレット
Brown Cookie color palette created on .