Lavender Rose Garden カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lavender Rose Garden palette

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

Lavender Rose Garden カラーパレット CSS

/* CSS */
.color-1 {
color: #fba2e3;
}
.color-2 {
color: #e279b4;
}
.color-3 {
color: #d39cc8;
}
.color-4 {
color: #b59fdf;
}
.color-5 {
color: #a2c7e7;
}

/* CSS Variables */
:root {
--color-1: #fba2e3;
--color-2: #e279b4;
--color-3: #d39cc8;
--color-4: #b59fdf;
--color-5: #a2c7e7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fba2e3, #e279b4, #d39cc8, #b59fdf, #a2c7e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fba2e3, #e279b4, #d39cc8, #b59fdf, #a2c7e7);
}

Lavender Rose Garden color palette created on .