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