Mystic Prowl カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mystic Prowl palette

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

Mystic Prowl カラーパレット CSS

/* CSS */
.color-1 {
color: #3b2c4e;
}
.color-2 {
color: #5b4e79;
}
.color-3 {
color: #906ea0;
}
.color-4 {
color: #b6a0b2;
}
.color-5 {
color: #f1d0df;
}

/* CSS Variables */
:root {
--color-1: #3b2c4e;
--color-2: #5b4e79;
--color-3: #906ea0;
--color-4: #b6a0b2;
--color-5: #f1d0df;
}

Mystic Prowl の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2c4e, #5b4e79, #906ea0, #b6a0b2, #f1d0df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2c4e, #5b4e79, #906ea0, #b6a0b2, #f1d0df);
}

Mystic Prowl color palette created on .