Oceanic Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oceanic Dreams palette

Share this palette to:

Oceanic Dreams color palette CSS

/* CSS */
.color-1 {
color: #183959;
}
.color-2 {
color: #2a6d9d;
}
.color-3 {
color: #318fbf;
}
.color-4 {
color: #3ab2ee;
}
.color-5 {
color: #90dde9;
}

/* CSS Variables */
:root {
--color-1: #183959;
--color-2: #2a6d9d;
--color-3: #318fbf;
--color-4: #3ab2ee;
--color-5: #90dde9;
}

Oceanic Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #183959, #2a6d9d, #318fbf, #3ab2ee, #90dde9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #183959, #2a6d9d, #318fbf, #3ab2ee, #90dde9);
}

Oceanic Dreams color palette created on .