Blue Nanotechnology Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Nanotechnology palette

Share this palette to:

Blue Nanotechnology color palette CSS

/* CSS */
.color-1 {
color: #1f3a5c;
}
.color-2 {
color: #4a8fba;
}
.color-3 {
color: #77c1e9;
}
.color-4 {
color: #b6e3a1;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #1f3a5c;
--color-2: #4a8fba;
--color-3: #77c1e9;
--color-4: #b6e3a1;
--color-5: #f9c54e;
}

Blue Nanotechnology background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a5c, #4a8fba, #77c1e9, #b6e3a1, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a5c, #4a8fba, #77c1e9, #b6e3a1, #f9c54e);
}

Blue Nanotechnology color palette created on .