Aqua Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aqua Whisper palette
Aqua Whisper color palette CSS
/* CSS */
.color-1 {
color: #71d1c6;
}
.color-2 {
color: #49c5b9;
}
.color-3 {
color: #3abbae;
}
.color-4 {
color: #2bb1a3;
}
.color-5 {
color: #1da59e;
}
/* CSS Variables */
:root {
--color-1: #71d1c6;
--color-2: #49c5b9;
--color-3: #3abbae;
--color-4: #2bb1a3;
--color-5: #1da59e;
}
Aqua Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #71d1c6, #49c5b9, #3abbae, #2bb1a3, #1da59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #71d1c6, #49c5b9, #3abbae, #2bb1a3, #1da59e);
}
Similar color palettes
Aqua Whisper color palette created on .