Whimsical Lavinia カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Lavinia palette

このパレットを共有する先:

Whimsical Lavinia カラーパレット CSS

/* CSS */
.color-1 {
color: #d6a6e2;
}
.color-2 {
color: #b5c8e8;
}
.color-3 {
color: #a3d7e0;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #f7597c;
}

/* CSS Variables */
:root {
--color-1: #d6a6e2;
--color-2: #b5c8e8;
--color-3: #a3d7e0;
--color-4: #f0a800;
--color-5: #f7597c;
}

Whimsical Lavinia の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a6e2, #b5c8e8, #a3d7e0, #f0a800, #f7597c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a6e2, #b5c8e8, #a3d7e0, #f0a800, #f7597c);
}

Whimsical Lavinia color palette created on .