Galactic Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Galactic Dreamscape palette

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

Galactic Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #5b6e9a;
}
.color-2 {
color: #6f8ba5;
}
.color-3 {
color: #a0c4da;
}
.color-4 {
color: #f1b3b1;
}
.color-5 {
color: #eab8d1;
}

/* CSS Variables */
:root {
--color-1: #5b6e9a;
--color-2: #6f8ba5;
--color-3: #a0c4da;
--color-4: #f1b3b1;
--color-5: #eab8d1;
}

Galactic Dreamscape の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b6e9a, #6f8ba5, #a0c4da, #f1b3b1, #eab8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b6e9a, #6f8ba5, #a0c4da, #f1b3b1, #eab8d1);
}

Galactic Dreamscape color palette created on .