Whispers of Aqua Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Aqua palette
Whispers of Aqua color palette CSS
/* CSS */
.color-1 {
color: #a3d1e6;
}
.color-2 {
color: #a4c6da;
}
.color-3 {
color: #b8e0e5;
}
.color-4 {
color: #d6e6e0;
}
.color-5 {
color: #f1f7f8;
}
/* CSS Variables */
:root {
--color-1: #a3d1e6;
--color-2: #a4c6da;
--color-3: #b8e0e5;
--color-4: #d6e6e0;
--color-5: #f1f7f8;
}
Whispers of Aqua background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d1e6, #a4c6da, #b8e0e5, #d6e6e0, #f1f7f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d1e6, #a4c6da, #b8e0e5, #d6e6e0, #f1f7f8);
}
Similar color palettes
Whispers of Aqua color palette created on .