Aqua Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aqua Dreamscape palette
Aqua Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #1d7b9a;
}
.color-2 {
color: #3fc8d5;
}
.color-3 {
color: #5ff1e5;
}
.color-4 {
color: #a9e5d1;
}
.color-5 {
color: #f9c54e;
}
/* CSS Variables */
:root {
--color-1: #1d7b9a;
--color-2: #3fc8d5;
--color-3: #5ff1e5;
--color-4: #a9e5d1;
--color-5: #f9c54e;
}
Aqua Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d7b9a, #3fc8d5, #5ff1e5, #a9e5d1, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d7b9a, #3fc8d5, #5ff1e5, #a9e5d1, #f9c54e);
}
Similar color palettes
Aqua Dreamscape color palette created on .