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