Aquatic Bloom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aquatic Bloom palette

Share this palette to:

Aquatic Bloom color palette CSS

/* CSS */
.color-1 {
color: #a9d6bb;
}
.color-2 {
color: #9fc6b7;
}
.color-3 {
color: #8ebeb1;
}
.color-4 {
color: #6eb4a6;
}
.color-5 {
color: #4d9ca3;
}

/* CSS Variables */
:root {
--color-1: #a9d6bb;
--color-2: #9fc6b7;
--color-3: #8ebeb1;
--color-4: #6eb4a6;
--color-5: #4d9ca3;
}

Aquatic Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d6bb, #9fc6b7, #8ebeb1, #6eb4a6, #4d9ca3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d6bb, #9fc6b7, #8ebeb1, #6eb4a6, #4d9ca3);
}

Aquatic Bloom color palette created on .