Aqua Serpent's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aqua Serpent's Embrace palette

Share this palette to:

Aqua Serpent's Embrace color palette CSS

/* CSS */
.color-1 {
color: #1d7e8b;
}
.color-2 {
color: #4fc5c9;
}
.color-3 {
color: #6df3e6;
}
.color-4 {
color: #a0e4f3;
}
.color-5 {
color: #f1a7c6;
}

/* CSS Variables */
:root {
--color-1: #1d7e8b;
--color-2: #4fc5c9;
--color-3: #6df3e6;
--color-4: #a0e4f3;
--color-5: #f1a7c6;
}

Aqua Serpent's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d7e8b, #4fc5c9, #6df3e6, #a0e4f3, #f1a7c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d7e8b, #4fc5c9, #6df3e6, #a0e4f3, #f1a7c6);
}

Aqua Serpent's Embrace color palette created on .