Starlit Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Starlit Harmony palette

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

Starlit Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #1e2876;
}
.color-2 {
color: #3e5b98;
}
.color-3 {
color: #6c91b7;
}
.color-4 {
color: #a4c7da;
}
.color-5 {
color: #f0f8ff;
}

/* CSS Variables */
:root {
--color-1: #1e2876;
--color-2: #3e5b98;
--color-3: #6c91b7;
--color-4: #a4c7da;
--color-5: #f0f8ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2876, #3e5b98, #6c91b7, #a4c7da, #f0f8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2876, #3e5b98, #6c91b7, #a4c7da, #f0f8ff);
}

Starlit Harmony color palette created on .