Blue Ocean Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Ocean palette
Blue Ocean color palette CSS
/* CSS */
.color-1 {
color: #0042c7;
}
.color-2 {
color: #39a7db;
}
.color-3 {
color: #8fd4e0;
}
.color-4 {
color: #a5d8e9;
}
.color-5 {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--color-1: #0042c7;
--color-2: #39a7db;
--color-3: #8fd4e0;
--color-4: #a5d8e9;
--color-5: #e0f7fa;
}
Blue Ocean background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0042c7, #39a7db, #8fd4e0, #a5d8e9, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0042c7, #39a7db, #8fd4e0, #a5d8e9, #e0f7fa);
}
Similar color palettes
Blue Ocean color palette created on .