Whispered Crumbs カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispered Crumbs palette

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

Whispered Crumbs カラーパレット CSS

/* CSS */
.color-1 {
color: #e9dac3;
}
.color-2 {
color: #d4c5b5;
}
.color-3 {
color: #beae9d;
}
.color-4 {
color: #a48b79;
}
.color-5 {
color: #6e4f4e;
}

/* CSS Variables */
:root {
--color-1: #e9dac3;
--color-2: #d4c5b5;
--color-3: #beae9d;
--color-4: #a48b79;
--color-5: #6e4f4e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9dac3, #d4c5b5, #beae9d, #a48b79, #6e4f4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9dac3, #d4c5b5, #beae9d, #a48b79, #6e4f4e);
}

Whispered Crumbs color palette created on .