Mystic Paua Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mystic Paua Dreams palette

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

Mystic Paua Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #5e2c90;
}
.color-2 {
color: #8e4bbe;
}
.color-3 {
color: #b97ec4;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #fa6c00;
}

/* CSS Variables */
:root {
--color-1: #5e2c90;
--color-2: #8e4bbe;
--color-3: #b97ec4;
--color-4: #f0a800;
--color-5: #fa6c00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e2c90, #8e4bbe, #b97ec4, #f0a800, #fa6c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e2c90, #8e4bbe, #b97ec4, #f0a800, #fa6c00);
}

Mystic Paua Dreams color palette created on .