Blue Indigo Turquoise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Indigo Turquoise palette

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

Blue Indigo Turquoise カラーパレット CSS

/* CSS */
.color-1 {
color: #1f2a7a;
}
.color-2 {
color: #2d4b8f;
}
.color-3 {
color: #3f6e9d;
}
.color-4 {
color: #5cb6c1;
}
.color-5 {
color: #8be5e0;
}

/* CSS Variables */
:root {
--color-1: #1f2a7a;
--color-2: #2d4b8f;
--color-3: #3f6e9d;
--color-4: #5cb6c1;
--color-5: #8be5e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2a7a, #2d4b8f, #3f6e9d, #5cb6c1, #8be5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2a7a, #2d4b8f, #3f6e9d, #5cb6c1, #8be5e0);
}

Blue Indigo Turquoise color palette created on .