Lavender Fields カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lavender Fields palette

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

Lavender Fields カラー パレット PNG 画像

Download lavender fields color palette PNG image (landscape)
Download lavender fields color palette PNG image (square)

Lavender Fields カラーパレット CSS

/* CSS */
.color-1 {
color: #e5e5fa;
}
.color-2 {
color: #d9c2e5;
}
.color-3 {
color: #bf9fd0;
}
.color-4 {
color: #a76c9b;
}
.color-5 {
color: #784a74;
}

/* CSS Variables */
:root {
--color-1: #e5e5fa;
--color-2: #d9c2e5;
--color-3: #bf9fd0;
--color-4: #a76c9b;
--color-5: #784a74;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e5fa, #d9c2e5, #bf9fd0, #a76c9b, #784a74);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e5fa, #d9c2e5, #bf9fd0, #a76c9b, #784a74);
}

Lavender Fields color palette created on .