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: #69b7e8;
}
.color-2 {
color: #4d97b3;
}
.color-3 {
color: #297189;
}
.color-4 {
color: #1f4d65;
}
.color-5 {
color: #154256;
}

/* CSS Variables */
:root {
--color-1: #69b7e8;
--color-2: #4d97b3;
--color-3: #297189;
--color-4: #1f4d65;
--color-5: #154256;
}

Oceanic Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69b7e8, #4d97b3, #297189, #1f4d65, #154256);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69b7e8, #4d97b3, #297189, #1f4d65, #154256);
}

Oceanic Reverie color palette created on .