Whispers of Solitude カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Solitude palette
Whispers of Solitude カラーパレット CSS
/* CSS */
.color-1 {
color: #a3c4d7;
}
.color-2 {
color: #f9b39f;
}
.color-3 {
color: #f2d7a1;
}
.color-4 {
color: #f9cdb4;
}
.color-5 {
color: #e3a5b3;
}
/* CSS Variables */
:root {
--color-1: #a3c4d7;
--color-2: #f9b39f;
--color-3: #f2d7a1;
--color-4: #f9cdb4;
--color-5: #e3a5b3;
}
Whispers of Solitude の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c4d7, #f9b39f, #f2d7a1, #f9cdb4, #e3a5b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c4d7, #f9b39f, #f2d7a1, #f9cdb4, #e3a5b3);
}
似たようなカラーパレット
Whispers of Solitude color palette created on .