Lavender Stars カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lavender Stars palette

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

Lavender Stars カラーパレット CSS

/* CSS */
.color-1 {
color: #b6acd2;
}
.color-2 {
color: #ada7d2;
}
.color-3 {
color: #928bc1;
}
.color-4 {
color: #6b6ea8;
}
.color-5 {
color: #545a87;
}

/* CSS Variables */
:root {
--color-1: #b6acd2;
--color-2: #ada7d2;
--color-3: #928bc1;
--color-4: #6b6ea8;
--color-5: #545a87;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6acd2, #ada7d2, #928bc1, #6b6ea8, #545a87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6acd2, #ada7d2, #928bc1, #6b6ea8, #545a87);
}

似たようなカラーパレット

Lavender Stars color palette created on .