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