Royal Ocean Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Royal Ocean palette

Share this palette to:

Royal Ocean color palette PNG image

Download royal ocean color palette PNG image (landscape)
Download royal ocean color palette PNG image (square)

Royal Ocean color palette CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #2f5d9d;
}
.color-3 {
color: #4c8dc2;
}
.color-4 {
color: #7ab9e6;
}
.color-5 {
color: #a3d4f0;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #2f5d9d;
--color-3: #4c8dc2;
--color-4: #7ab9e6;
--color-5: #a3d4f0;
}

Royal Ocean background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #2f5d9d, #4c8dc2, #7ab9e6, #a3d4f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #2f5d9d, #4c8dc2, #7ab9e6, #a3d4f0);
}

Royal Ocean color palette created on .