Whispers of Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Elegance palette

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

Whispers of Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #d6a8cb;
}
.color-3 {
color: #b58cb5;
}
.color-4 {
color: #a66dba;
}
.color-5 {
color: #7f4f8c;
}

/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #d6a8cb;
--color-3: #b58cb5;
--color-4: #a66dba;
--color-5: #7f4f8c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #d6a8cb, #b58cb5, #a66dba, #7f4f8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #d6a8cb, #b58cb5, #a66dba, #7f4f8c);
}

Whispers of Elegance color palette created on .