Oceanic Ambition Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oceanic Ambition palette

Share this palette to:

Oceanic Ambition color palette CSS

/* CSS */
.color-1 {
color: #0057a8;
}
.color-2 {
color: #0081c2;
}
.color-3 {
color: #00a5e0;
}
.color-4 {
color: #00b0e0;
}
.color-5 {
color: #00c3eb;
}

/* CSS Variables */
:root {
--color-1: #0057a8;
--color-2: #0081c2;
--color-3: #00a5e0;
--color-4: #00b0e0;
--color-5: #00c3eb;
}

Oceanic Ambition background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0057a8, #0081c2, #00a5e0, #00b0e0, #00c3eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0057a8, #0081c2, #00a5e0, #00b0e0, #00c3eb);
}

Oceanic Ambition color palette created on .