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: #a3d8e1;
}
.color-2 {
color: #7ed6fb;
}
.color-3 {
color: #6cb8e4;
}
.color-4 {
color: #3c9cc8;
}
.color-5 {
color: #1f7bad;
}
/* CSS Variables */
:root {
--color-1: #a3d8e1;
--color-2: #7ed6fb;
--color-3: #6cb8e4;
--color-4: #3c9cc8;
--color-5: #1f7bad;
}
Aqua Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d8e1, #7ed6fb, #6cb8e4, #3c9cc8, #1f7bad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d8e1, #7ed6fb, #6cb8e4, #3c9cc8, #1f7bad);
}
Similar color palettes
Aqua Whisper color palette created on .