Whispering Cookie Crumbs カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Cookie Crumbs palette

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

Whispering Cookie Crumbs カラーパレット CSS

/* CSS */
.color-1 {
color: #e8c6b0;
}
.color-2 {
color: #d3b99c;
}
.color-3 {
color: #c1a58a;
}
.color-4 {
color: #a58b73;
}
.color-5 {
color: #867a65;
}

/* CSS Variables */
:root {
--color-1: #e8c6b0;
--color-2: #d3b99c;
--color-3: #c1a58a;
--color-4: #a58b73;
--color-5: #867a65;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8c6b0, #d3b99c, #c1a58a, #a58b73, #867a65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8c6b0, #d3b99c, #c1a58a, #a58b73, #867a65);
}

Whispering Cookie Crumbs color palette created on .