Lavender and Amber Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lavender and Amber Elegance palette

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

Lavender and Amber Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #b19bd9;
}
.color-2 {
color: #7f5f2f;
}
.color-3 {
color: #f0b400;
}
.color-4 {
color: #5b4d39;
}
.color-5 {
color: #d19fc2;
}

/* CSS Variables */
:root {
--color-1: #b19bd9;
--color-2: #7f5f2f;
--color-3: #f0b400;
--color-4: #5b4d39;
--color-5: #d19fc2;
}

Lavender and Amber Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b19bd9, #7f5f2f, #f0b400, #5b4d39, #d19fc2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b19bd9, #7f5f2f, #f0b400, #5b4d39, #d19fc2);
}

Lavender and Amber Elegance color palette created on .