Galactic Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Galactic Oasis palette

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

Galactic Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #80ffe3;
}
.color-2 {
color: #4afc62;
}
.color-3 {
color: #1aff90;
}
.color-4 {
color: #ff6d1f;
}
.color-5 {
color: #ff3d6a;
}

/* CSS Variables */
:root {
--color-1: #80ffe3;
--color-2: #4afc62;
--color-3: #1aff90;
--color-4: #ff6d1f;
--color-5: #ff3d6a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #80ffe3, #4afc62, #1aff90, #ff6d1f, #ff3d6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #80ffe3, #4afc62, #1aff90, #ff6d1f, #ff3d6a);
}

Galactic Oasis color palette created on .