Whispers of Solitude カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Solitude palette

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

Whispers of Solitude カラーパレット CSS

/* CSS */
.color-1 {
color: #c2c2e0;
}
.color-2 {
color: #d4c1e1;
}
.color-3 {
color: #e8a1d0;
}
.color-4 {
color: #f3afaf;
}
.color-5 {
color: #f6c151;
}

/* CSS Variables */
:root {
--color-1: #c2c2e0;
--color-2: #d4c1e1;
--color-3: #e8a1d0;
--color-4: #f3afaf;
--color-5: #f6c151;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2c2e0, #d4c1e1, #e8a1d0, #f3afaf, #f6c151);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2c2e0, #d4c1e1, #e8a1d0, #f3afaf, #f6c151);
}

Whispers of Solitude color palette created on .