Ocean Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ocean Gold palette

Share this palette to:

Ocean Gold color palette CSS

/* CSS */
.color-1 {
color: #1a73b7;
}
.color-2 {
color: #3c5b8b;
}
.color-3 {
color: #50b4b2;
}
.color-4 {
color: #f6c84c;
}
.color-5 {
color: #d6a800;
}

/* CSS Variables */
:root {
--color-1: #1a73b7;
--color-2: #3c5b8b;
--color-3: #50b4b2;
--color-4: #f6c84c;
--color-5: #d6a800;
}

Ocean Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a73b7, #3c5b8b, #50b4b2, #f6c84c, #d6a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a73b7, #3c5b8b, #50b4b2, #f6c84c, #d6a800);
}

Ocean Gold color palette created on .