Starlit Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Starlit Reverie palette

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

Starlit Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #1c1e3f;
}
.color-2 {
color: #3d4f8a;
}
.color-3 {
color: #6d7fba;
}
.color-4 {
color: #a3bae0;
}
.color-5 {
color: #f0f6ff;
}

/* CSS Variables */
:root {
--color-1: #1c1e3f;
--color-2: #3d4f8a;
--color-3: #6d7fba;
--color-4: #a3bae0;
--color-5: #f0f6ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1e3f, #3d4f8a, #6d7fba, #a3bae0, #f0f6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1e3f, #3d4f8a, #6d7fba, #a3bae0, #f0f6ff);
}

Starlit Reverie color palette created on .