Golden Sea Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Sea Breeze palette

Share this palette to:

Golden Sea Breeze color palette CSS

/* CSS */
.color-1 {
color: #fb9f28;
}
.color-2 {
color: #f6c341;
}
.color-3 {
color: #f3d749;
}
.color-4 {
color: #f2e769;
}
.color-5 {
color: #e0a52e;
}

/* CSS Variables */
:root {
--color-1: #fb9f28;
--color-2: #f6c341;
--color-3: #f3d749;
--color-4: #f2e769;
--color-5: #e0a52e;
}

Golden Sea Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fb9f28, #f6c341, #f3d749, #f2e769, #e0a52e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fb9f28, #f6c341, #f3d749, #f2e769, #e0a52e);
}

Golden Sea Breeze color palette created on .