Starlit Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Starlit Oasis palette

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

Starlit Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #1c1e3b;
}
.color-2 {
color: #303a55;
}
.color-3 {
color: #4f5e78;
}
.color-4 {
color: #939fbe;
}
.color-5 {
color: #e6c256;
}

/* CSS Variables */
:root {
--color-1: #1c1e3b;
--color-2: #303a55;
--color-3: #4f5e78;
--color-4: #939fbe;
--color-5: #e6c256;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1e3b, #303a55, #4f5e78, #939fbe, #e6c256);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1e3b, #303a55, #4f5e78, #939fbe, #e6c256);
}

Starlit Oasis color palette created on .