Aquatic Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aquatic Elegance palette

Share this palette to:

Aquatic Elegance color palette PNG image

Download aquatic elegance color palette PNG image (landscape)
Download aquatic elegance color palette PNG image (square)

Aquatic Elegance color palette CSS

/* CSS */
.color-1 {
color: #e7e8e9;
}
.color-2 {
color: #aec3d5;
}
.color-3 {
color: #81c2cf;
}
.color-4 {
color: #4fb5b0;
}
.color-5 {
color: #009485;
}

/* CSS Variables */
:root {
--color-1: #e7e8e9;
--color-2: #aec3d5;
--color-3: #81c2cf;
--color-4: #4fb5b0;
--color-5: #009485;
}

Aquatic Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7e8e9, #aec3d5, #81c2cf, #4fb5b0, #009485);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7e8e9, #aec3d5, #81c2cf, #4fb5b0, #009485);
}

Aquatic Elegance color palette created on .