Whispers of Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Elegance palette

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

Whispers of Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fbf8f4;
}
.color-3 {
color: #ebe9ec;
}
.color-4 {
color: #d0c7be;
}
.color-5 {
color: #bdad98;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fbf8f4;
--color-3: #ebe9ec;
--color-4: #d0c7be;
--color-5: #bdad98;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fbf8f4, #ebe9ec, #d0c7be, #bdad98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fbf8f4, #ebe9ec, #d0c7be, #bdad98);
}

Whispers of Elegance color palette created on .