Lavender Cake カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lavender Cake palette

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

Lavender Cake カラーパレット CSS

/* CSS */
.color-1 {
color: #e7cff7;
}
.color-2 {
color: #d6b7e6;
}
.color-3 {
color: #c19edc;
}
.color-4 {
color: #f1e2cb;
}
.color-5 {
color: #f7c7ab;
}

/* CSS Variables */
:root {
--color-1: #e7cff7;
--color-2: #d6b7e6;
--color-3: #c19edc;
--color-4: #f1e2cb;
--color-5: #f7c7ab;
}

Lavender Cake の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7cff7, #d6b7e6, #c19edc, #f1e2cb, #f7c7ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7cff7, #d6b7e6, #c19edc, #f1e2cb, #f7c7ab);
}

Lavender Cake color palette created on .