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