Oceanic Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oceanic Reverie palette

Share this palette to:

Oceanic Reverie color palette CSS

/* CSS */
.color-1 {
color: #193076;
}
.color-2 {
color: #2a4b89;
}
.color-3 {
color: #4b6faa;
}
.color-4 {
color: #6da7d9;
}
.color-5 {
color: #a1dff7;
}

/* CSS Variables */
:root {
--color-1: #193076;
--color-2: #2a4b89;
--color-3: #4b6faa;
--color-4: #6da7d9;
--color-5: #a1dff7;
}

Oceanic Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #193076, #2a4b89, #4b6faa, #6da7d9, #a1dff7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #193076, #2a4b89, #4b6faa, #6da7d9, #a1dff7);
}

Oceanic Reverie color palette created on .