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