Shades of Navy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Navy palette

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

Shades of Navy カラーパレット CSS

/* CSS */
.color-1 {
color: #001f3d;
}
.color-2 {
color: #005c99;
}
.color-3 {
color: #007bff;
}
.color-4 {
color: #50acf7;
}
.color-5 {
color: #70c7f0;
}

/* CSS Variables */
:root {
--color-1: #001f3d;
--color-2: #005c99;
--color-3: #007bff;
--color-4: #50acf7;
--color-5: #70c7f0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #001f3d, #005c99, #007bff, #50acf7, #70c7f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #001f3d, #005c99, #007bff, #50acf7, #70c7f0);
}

Shades of Navy color palette created on .