Shades of Biscay カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Biscay palette

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

Shades of Biscay カラーパレット CSS

/* CSS */
.color-1 {
color: #1b3264;
}
.color-2 {
color: #3a5a92;
}
.color-3 {
color: #7dafd8;
}
.color-4 {
color: #a3d8e0;
}
.color-5 {
color: #f1e1b6;
}

/* CSS Variables */
:root {
--color-1: #1b3264;
--color-2: #3a5a92;
--color-3: #7dafd8;
--color-4: #a3d8e0;
--color-5: #f1e1b6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b3264, #3a5a92, #7dafd8, #a3d8e0, #f1e1b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b3264, #3a5a92, #7dafd8, #a3d8e0, #f1e1b6);
}

Shades of Biscay color palette created on .