Aqua Intellect Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aqua Intellect palette

Share this palette to:

Aqua Intellect color palette CSS

/* CSS */
.color-1 {
color: #9ed5e5;
}
.color-2 {
color: #7dc7d9;
}
.color-3 {
color: #4bafbe;
}
.color-4 {
color: #0093a3;
}
.color-5 {
color: #007a8a;
}

/* CSS Variables */
:root {
--color-1: #9ed5e5;
--color-2: #7dc7d9;
--color-3: #4bafbe;
--color-4: #0093a3;
--color-5: #007a8a;
}

Aqua Intellect background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ed5e5, #7dc7d9, #4bafbe, #0093a3, #007a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ed5e5, #7dc7d9, #4bafbe, #0093a3, #007a8a);
}

Aqua Intellect color palette created on .