Whispering Pages カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Pages palette

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

Whispering Pages カラーパレット CSS

/* CSS */
.color-1 {
color: #f6f3ea;
}
.color-2 {
color: #e4d6c8;
}
.color-3 {
color: #d4c3af;
}
.color-4 {
color: #b4a18e;
}
.color-5 {
color: #7f5f3d;
}

/* CSS Variables */
:root {
--color-1: #f6f3ea;
--color-2: #e4d6c8;
--color-3: #d4c3af;
--color-4: #b4a18e;
--color-5: #7f5f3d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f3ea, #e4d6c8, #d4c3af, #b4a18e, #7f5f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f3ea, #e4d6c8, #d4c3af, #b4a18e, #7f5f3d);
}

Whispering Pages color palette created on .