Shades of Biscay Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Biscay Blue palette

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

Shades of Biscay Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1b3264;
}
.color-2 {
color: #2a4c84;
}
.color-3 {
color: #406c9c;
}
.color-4 {
color: #6cb2c6;
}
.color-5 {
color: #a4e0e5;
}

/* CSS Variables */
:root {
--color-1: #1b3264;
--color-2: #2a4c84;
--color-3: #406c9c;
--color-4: #6cb2c6;
--color-5: #a4e0e5;
}

Shades of Biscay Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b3264, #2a4c84, #406c9c, #6cb2c6, #a4e0e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b3264, #2a4c84, #406c9c, #6cb2c6, #a4e0e5);
}

Shades of Biscay Blue color palette created on .