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