Celestial Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Oasis palette

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

Celestial Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #2a7e98;
}
.color-2 {
color: #5abfb6;
}
.color-3 {
color: #8ce3d2;
}
.color-4 {
color: #f1f8f4;
}
.color-5 {
color: #f7d65e;
}

/* CSS Variables */
:root {
--color-1: #2a7e98;
--color-2: #5abfb6;
--color-3: #8ce3d2;
--color-4: #f1f8f4;
--color-5: #f7d65e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a7e98, #5abfb6, #8ce3d2, #f1f8f4, #f7d65e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a7e98, #5abfb6, #8ce3d2, #f1f8f4, #f7d65e);
}

Celestial Oasis color palette created on .