Mystical Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mystical Dreams palette

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

Mystical Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #f0c2ff;
}
.color-2 {
color: #a77aff;
}
.color-3 {
color: #5f3c90;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ffcb5c;
}

/* CSS Variables */
:root {
--color-1: #f0c2ff;
--color-2: #a77aff;
--color-3: #5f3c90;
--color-4: #ff6e61;
--color-5: #ffcb5c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c2ff, #a77aff, #5f3c90, #ff6e61, #ffcb5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c2ff, #a77aff, #5f3c90, #ff6e61, #ffcb5c);
}

Mystical Dreams color palette created on .