Whimsical Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Whispers palette

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

Whimsical Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #d8b49d;
}
.color-2 {
color: #f1c6d5;
}
.color-3 {
color: #e3d5ba;
}
.color-4 {
color: #f7e4cf;
}
.color-5 {
color: #e1b7c6;
}

/* CSS Variables */
:root {
--color-1: #d8b49d;
--color-2: #f1c6d5;
--color-3: #e3d5ba;
--color-4: #f7e4cf;
--color-5: #e1b7c6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b49d, #f1c6d5, #e3d5ba, #f7e4cf, #e1b7c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b49d, #f1c6d5, #e3d5ba, #f7e4cf, #e1b7c6);
}

Whimsical Whispers color palette created on .