Lustrous Opulence カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lustrous Opulence palette

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

Lustrous Opulence カラーパレット CSS

/* CSS */
.color-1 {
color: #f3e5e2;
}
.color-2 {
color: #d7b2c4;
}
.color-3 {
color: #c9a6b8;
}
.color-4 {
color: #b8a4c1;
}
.color-5 {
color: #e0c2d5;
}

/* CSS Variables */
:root {
--color-1: #f3e5e2;
--color-2: #d7b2c4;
--color-3: #c9a6b8;
--color-4: #b8a4c1;
--color-5: #e0c2d5;
}

Lustrous Opulence の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e5e2, #d7b2c4, #c9a6b8, #b8a4c1, #e0c2d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e5e2, #d7b2c4, #c9a6b8, #b8a4c1, #e0c2d5);
}

Lustrous Opulence color palette created on .