Mystic Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mystic Oasis palette

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

Mystic Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #4a0080;
}
.color-3 {
color: #1f8fff;
}
.color-4 {
color: #00bfff;
}
.color-5 {
color: #32cd32;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #4a0080;
--color-3: #1f8fff;
--color-4: #00bfff;
--color-5: #32cd32;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #4a0080, #1f8fff, #00bfff, #32cd32);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #4a0080, #1f8fff, #00bfff, #32cd32);
}

Mystic Oasis color palette created on .