Shades of Aquamarine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Aquamarine palette

Share this palette to:

Shades of Aquamarine color palette CSS

/* CSS */
.color-1 {
color: #80ffd4;
}
.color-2 {
color: #65cdaa;
}
.color-3 {
color: #1fb2aa;
}
.color-4 {
color: #008a8a;
}
.color-5 {
color: #006b69;
}

/* CSS Variables */
:root {
--color-1: #80ffd4;
--color-2: #65cdaa;
--color-3: #1fb2aa;
--color-4: #008a8a;
--color-5: #006b69;
}

Shades of Aquamarine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #80ffd4, #65cdaa, #1fb2aa, #008a8a, #006b69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #80ffd4, #65cdaa, #1fb2aa, #008a8a, #006b69);
}

Shades of Aquamarine color palette created on .