Galactica カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Galactica palette

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

Galactica カラーパレット CSS

/* CSS */
.color-1 {
color: #191f4d;
}
.color-2 {
color: #4d4a82;
}
.color-3 {
color: #7a6e96;
}
.color-4 {
color: #a690bb;
}
.color-5 {
color: #d6aae4;
}

/* CSS Variables */
:root {
--color-1: #191f4d;
--color-2: #4d4a82;
--color-3: #7a6e96;
--color-4: #a690bb;
--color-5: #d6aae4;
}

Galactica の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191f4d, #4d4a82, #7a6e96, #a690bb, #d6aae4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191f4d, #4d4a82, #7a6e96, #a690bb, #d6aae4);
}

似たようなカラーパレット

Galactica color palette created on .