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