Ocean's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ocean's Embrace palette

Share this palette to:

Ocean's Embrace color palette CSS

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #497b9c;
}
.color-3 {
color: #7db0c5;
}
.color-4 {
color: #f3c649;
}
.color-5 {
color: #e57b38;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #497b9c;
--color-3: #7db0c5;
--color-4: #f3c649;
--color-5: #e57b38;
}

Ocean's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #497b9c, #7db0c5, #f3c649, #e57b38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #497b9c, #7db0c5, #f3c649, #e57b38);
}

Ocean's Embrace color palette created on .