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