Nautical Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nautical Sunset palette

Share this palette to:

Nautical Sunset color palette CSS

/* CSS */
.color-1 {
color: #397ad5;
}
.color-2 {
color: #59b7e3;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #f55f24;
}
.color-5 {
color: #d72839;
}

/* CSS Variables */
:root {
--color-1: #397ad5;
--color-2: #59b7e3;
--color-3: #f4a462;
--color-4: #f55f24;
--color-5: #d72839;
}

Nautical Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #397ad5, #59b7e3, #f4a462, #f55f24, #d72839);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #397ad5, #59b7e3, #f4a462, #f55f24, #d72839);
}

Nautical Sunset color palette created on .