Aqua Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aqua Whisper palette

Share this palette to:

Aqua Whisper color palette CSS

/* CSS */
.color-1 {
color: #f4f8fb;
}
.color-2 {
color: #e2f1f8;
}
.color-3 {
color: #b4e2e9;
}
.color-4 {
color: #7ed1d3;
}
.color-5 {
color: #4eb7b0;
}

/* CSS Variables */
:root {
--color-1: #f4f8fb;
--color-2: #e2f1f8;
--color-3: #b4e2e9;
--color-4: #7ed1d3;
--color-5: #4eb7b0;
}

Aqua Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4f8fb, #e2f1f8, #b4e2e9, #7ed1d3, #4eb7b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4f8fb, #e2f1f8, #b4e2e9, #7ed1d3, #4eb7b0);
}

Aqua Whisper color palette created on .