Rustic Ocean Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rustic Ocean Embrace palette

Share this palette to:

Rustic Ocean Embrace color palette CSS

/* CSS */
.color-1 {
color: #2a4d6a;
}
.color-2 {
color: #4f6c78;
}
.color-3 {
color: #9b5050;
}
.color-4 {
color: #c2a84c;
}
.color-5 {
color: #d6613d;
}

/* CSS Variables */
:root {
--color-1: #2a4d6a;
--color-2: #4f6c78;
--color-3: #9b5050;
--color-4: #c2a84c;
--color-5: #d6613d;
}

Rustic Ocean Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a4d6a, #4f6c78, #9b5050, #c2a84c, #d6613d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a4d6a, #4f6c78, #9b5050, #c2a84c, #d6613d);
}

Rustic Ocean Embrace color palette created on .