Opulent Tides Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Opulent Tides palette

Share this palette to:

Opulent Tides color palette CSS

/* CSS */
.color-1 {
color: #024ef2;
}
.color-2 {
color: #0d89e7;
}
.color-3 {
color: #cdb632;
}
.color-4 {
color: #dda2b4;
}
.color-5 {
color: #d35566;
}

/* CSS Variables */
:root {
--color-1: #024ef2;
--color-2: #0d89e7;
--color-3: #cdb632;
--color-4: #dda2b4;
--color-5: #d35566;
}

Opulent Tides background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #024ef2, #0d89e7, #cdb632, #dda2b4, #d35566);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #024ef2, #0d89e7, #cdb632, #dda2b4, #d35566);
}

Similar color palettes

Scroll down to explore 3 Blue color palettes

Opulent Tides color palette created on .