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: #a8d5e6;
}
.color-2 {
color: #86c1d5;
}
.color-3 {
color: #4ca9b8;
}
.color-4 {
color: #00948a;
}
.color-5 {
color: #007b80;
}

/* CSS Variables */
:root {
--color-1: #a8d5e6;
--color-2: #86c1d5;
--color-3: #4ca9b8;
--color-4: #00948a;
--color-5: #007b80;
}

Oceanic Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d5e6, #86c1d5, #4ca9b8, #00948a, #007b80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d5e6, #86c1d5, #4ca9b8, #00948a, #007b80);
}

Oceanic Reverie color palette created on .