Shades of Lila カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Lila palette

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

Shades of Lila カラーパレット CSS

/* CSS */
.color-1 {
color: #c4a4e5;
}
.color-2 {
color: #aa6dd0;
}
.color-3 {
color: #7b3ec1;
}
.color-4 {
color: #592e99;
}
.color-5 {
color: #3a1b79;
}

/* CSS Variables */
:root {
--color-1: #c4a4e5;
--color-2: #aa6dd0;
--color-3: #7b3ec1;
--color-4: #592e99;
--color-5: #3a1b79;
}

Shades of Lila の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4a4e5, #aa6dd0, #7b3ec1, #592e99, #3a1b79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4a4e5, #aa6dd0, #7b3ec1, #592e99, #3a1b79);
}

Shades of Lila color palette created on .