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