Whimsical Earthtones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Earthtones palette

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

Whimsical Earthtones カラーパレット CSS

/* CSS */
.color-1 {
color: #e2b8a1;
}
.color-2 {
color: #c6997b;
}
.color-3 {
color: #aa8b6e;
}
.color-4 {
color: #8b6d55;
}
.color-5 {
color: #5d4d3c;
}

/* CSS Variables */
:root {
--color-1: #e2b8a1;
--color-2: #c6997b;
--color-3: #aa8b6e;
--color-4: #8b6d55;
--color-5: #5d4d3c;
}

Whimsical Earthtones の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b8a1, #c6997b, #aa8b6e, #8b6d55, #5d4d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b8a1, #c6997b, #aa8b6e, #8b6d55, #5d4d3c);
}

Whimsical Earthtones color palette created on .