Luminous Luxe カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Luminous Luxe palette

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

Luminous Luxe カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb347;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d45e7d;
}
.color-4 {
color: #a77ccb;
}
.color-5 {
color: #6a82fb;
}

/* CSS Variables */
:root {
--color-1: #ffb347;
--color-2: #ff6e61;
--color-3: #d45e7d;
--color-4: #a77ccb;
--color-5: #6a82fb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb347, #ff6e61, #d45e7d, #a77ccb, #6a82fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb347, #ff6e61, #d45e7d, #a77ccb, #6a82fb);
}

Luminous Luxe color palette created on .