Whispers of Lavender Dreams カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Lavender Dreams palette
Whispers of Lavender Dreams カラーパレット CSS
/* CSS */
.color-1 {
color: #e4dddf;
}
.color-2 {
color: #c9a8e6;
}
.color-3 {
color: #c2b3bb;
}
.color-4 {
color: #9e74cd;
}
.color-5 {
color: #837a94;
}
/* CSS Variables */
:root {
--color-1: #e4dddf;
--color-2: #c9a8e6;
--color-3: #c2b3bb;
--color-4: #9e74cd;
--color-5: #837a94;
}
Whispers of Lavender Dreams の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4dddf, #c9a8e6, #c2b3bb, #9e74cd, #837a94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4dddf, #c9a8e6, #c2b3bb, #9e74cd, #837a94);
}
Whispers of Lavender Dreams color palette created on .