Coastal Opulence Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coastal Opulence palette

Share this palette to:

Coastal Opulence color palette CSS

/* CSS */
.color-1 {
color: #4e7b7e;
}
.color-2 {
color: #a3b8b5;
}
.color-3 {
color: #d6e1e0;
}
.color-4 {
color: #f4f2e6;
}
.color-5 {
color: #e2c8b6;
}

/* CSS Variables */
:root {
--color-1: #4e7b7e;
--color-2: #a3b8b5;
--color-3: #d6e1e0;
--color-4: #f4f2e6;
--color-5: #e2c8b6;
}

Coastal Opulence background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e7b7e, #a3b8b5, #d6e1e0, #f4f2e6, #e2c8b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e7b7e, #a3b8b5, #d6e1e0, #f4f2e6, #e2c8b6);
}

Coastal Opulence color palette created on .