Brown Cookie カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Brown Cookie palette
Brown Cookie カラーパレット CSS
/* CSS */
.color-1 {
color: #f8e2d3;
}
.color-2 {
color: #e2b8a1;
}
.color-3 {
color: #d29a7f;
}
.color-4 {
color: #a67e6e;
}
.color-5 {
color: #6a5a4d;
}
/* CSS Variables */
:root {
--color-1: #f8e2d3;
--color-2: #e2b8a1;
--color-3: #d29a7f;
--color-4: #a67e6e;
--color-5: #6a5a4d;
}
Brown Cookie の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e2d3, #e2b8a1, #d29a7f, #a67e6e, #6a5a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e2d3, #e2b8a1, #d29a7f, #a67e6e, #6a5a4d);
}
似たようなカラーパレット
下にスクロールして50+個のエステティックカラーパレットを探索しましょう
Brown Cookie color palette created on .