Sea Green Luxury Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sea Green Luxury palette

Share this palette to:

Sea Green Luxury color palette CSS

/* CSS */
.color-1 {
color: #7a998b;
}
.color-2 {
color: #5e7d7a;
}
.color-3 {
color: #3e5b60;
}
.color-4 {
color: #2c4d5e;
}
.color-5 {
color: #1e3a4d;
}

/* CSS Variables */
:root {
--color-1: #7a998b;
--color-2: #5e7d7a;
--color-3: #3e5b60;
--color-4: #2c4d5e;
--color-5: #1e3a4d;
}

Sea Green Luxury background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a998b, #5e7d7a, #3e5b60, #2c4d5e, #1e3a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a998b, #5e7d7a, #3e5b60, #2c4d5e, #1e3a4d);
}

Sea Green Luxury color palette created on .