Whispers of Heartache カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Heartache palette

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

Whispers of Heartache カラーパレット CSS

/* CSS */
.color-1 {
color: #a26d8a;
}
.color-2 {
color: #d59f9a;
}
.color-3 {
color: #e8c4b5;
}
.color-4 {
color: #f3e8d3;
}
.color-5 {
color: #f3c9d5;
}

/* CSS Variables */
:root {
--color-1: #a26d8a;
--color-2: #d59f9a;
--color-3: #e8c4b5;
--color-4: #f3e8d3;
--color-5: #f3c9d5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a26d8a, #d59f9a, #e8c4b5, #f3e8d3, #f3c9d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a26d8a, #d59f9a, #e8c4b5, #f3e8d3, #f3c9d5);
}

Whispers of Heartache color palette created on .