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