Whispering Cookie Crumbs カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Cookie Crumbs palette

このパレットを共有する先:

Whispering Cookie Crumbs カラーパレット CSS

/* CSS */
.color-1 {
color: #e8d8c5;
}
.color-2 {
color: #c5b1a0;
}
.color-3 {
color: #b0a79b;
}
.color-4 {
color: #8e7c6b;
}
.color-5 {
color: #59493a;
}

/* CSS Variables */
:root {
--color-1: #e8d8c5;
--color-2: #c5b1a0;
--color-3: #b0a79b;
--color-4: #8e7c6b;
--color-5: #59493a;
}

Whispering Cookie Crumbs の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8d8c5, #c5b1a0, #b0a79b, #8e7c6b, #59493a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8d8c5, #c5b1a0, #b0a79b, #8e7c6b, #59493a);
}

Whispering Cookie Crumbs color palette created on .