Luxe Maturity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Luxe Maturity palette

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

Luxe Maturity カラーパレット CSS

/* CSS */
.color-1 {
color: #c19e6c;
}
.color-2 {
color: #a36b4d;
}
.color-3 {
color: #794a39;
}
.color-4 {
color: #4e3c31;
}
.color-5 {
color: #291c19;
}

/* CSS Variables */
:root {
--color-1: #c19e6c;
--color-2: #a36b4d;
--color-3: #794a39;
--color-4: #4e3c31;
--color-5: #291c19;
}

Luxe Maturity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c19e6c, #a36b4d, #794a39, #4e3c31, #291c19);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c19e6c, #a36b4d, #794a39, #4e3c31, #291c19);
}

Luxe Maturity color palette created on .