Whisker Whimsy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whisker Whimsy palette

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

Whisker Whimsy カラーパレット CSS

/* CSS */
.color-1 {
color: #d3b58d;
}
.color-2 {
color: #ffb8c1;
}
.color-3 {
color: #ffe3b3;
}
.color-4 {
color: #8b4513;
}
.color-5 {
color: #deb887;
}

/* CSS Variables */
:root {
--color-1: #d3b58d;
--color-2: #ffb8c1;
--color-3: #ffe3b3;
--color-4: #8b4513;
--color-5: #deb887;
}

Whisker Whimsy の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3b58d, #ffb8c1, #ffe3b3, #8b4513, #deb887);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3b58d, #ffb8c1, #ffe3b3, #8b4513, #deb887);
}

Whisker Whimsy color palette created on .