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