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