Vintage Neptune Tides Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vintage Neptune Tides palette
Vintage Neptune Tides color palette PNG image
Vintage Neptune Tides color palette CSS
/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #1a4f74;
}
.color-3 {
color: #0096b8;
}
.color-4 {
color: #4bc2e7;
}
.color-5 {
color: #a7e6f1;
}
/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #1a4f74;
--color-3: #0096b8;
--color-4: #4bc2e7;
--color-5: #a7e6f1;
}
Vintage Neptune Tides background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #1a4f74, #0096b8, #4bc2e7, #a7e6f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #1a4f74, #0096b8, #4bc2e7, #a7e6f1);
}
Similar color palettes
Vintage Neptune Tides color palette created on .