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