Mysterious Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mysterious Purple palette

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

Mysterious Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #3e2e56;
}
.color-2 {
color: #5b4b81;
}
.color-3 {
color: #7a6a95;
}
.color-4 {
color: #a39bbf;
}
.color-5 {
color: #f2d49c;
}

/* CSS Variables */
:root {
--color-1: #3e2e56;
--color-2: #5b4b81;
--color-3: #7a6a95;
--color-4: #a39bbf;
--color-5: #f2d49c;
}

Mysterious Purple の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e2e56, #5b4b81, #7a6a95, #a39bbf, #f2d49c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e2e56, #5b4b81, #7a6a95, #a39bbf, #f2d49c);
}

Mysterious Purple color palette created on .