Whispering Cookie Crumbs カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispering Cookie Crumbs palette
Whispering Cookie Crumbs カラーパレット CSS
/* CSS */
.color-1 {
color: #e6d7c1;
}
.color-2 {
color: #d9cba1;
}
.color-3 {
color: #c7b799;
}
.color-4 {
color: #bdaa8f;
}
.color-5 {
color: #a48d79;
}
/* CSS Variables */
:root {
--color-1: #e6d7c1;
--color-2: #d9cba1;
--color-3: #c7b799;
--color-4: #bdaa8f;
--color-5: #a48d79;
}
Whispering Cookie Crumbs の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d7c1, #d9cba1, #c7b799, #bdaa8f, #a48d79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d7c1, #d9cba1, #c7b799, #bdaa8f, #a48d79);
}
似たようなカラーパレット
下にスクロールして300+個のベージュカラーパレットを探索しましょう
Whispering Cookie Crumbs color palette created on .