Indigo Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Indigo Dreamscape palette

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

Indigo Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #5048e5;
}
.color-2 {
color: #6366f2;
}
.color-3 {
color: #facc14;
}
.color-4 {
color: #f8fafc;
}
.color-5 {
color: #0f1729;
}

/* CSS Variables */
:root {
--color-1: #5048e5;
--color-2: #6366f2;
--color-3: #facc14;
--color-4: #f8fafc;
--color-5: #0f1729;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5048e5, #6366f2, #facc14, #f8fafc, #0f1729);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5048e5, #6366f2, #facc14, #f8fafc, #0f1729);
}

Indigo Dreamscape color palette created on .