Royal Ocean Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Royal Ocean Breeze palette

Share this palette to:

Royal Ocean Breeze color palette CSS

/* CSS */
.color-1 {
color: #005c99;
}
.color-2 {
color: #0076a8;
}
.color-3 {
color: #0092c7;
}
.color-4 {
color: #00b4e0;
}
.color-5 {
color: #00d0ff;
}

/* CSS Variables */
:root {
--color-1: #005c99;
--color-2: #0076a8;
--color-3: #0092c7;
--color-4: #00b4e0;
--color-5: #00d0ff;
}

Royal Ocean Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #005c99, #0076a8, #0092c7, #00b4e0, #00d0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #005c99, #0076a8, #0092c7, #00b4e0, #00d0ff);
}

Royal Ocean Breeze color palette created on .