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: #1d98b4;
}
.color-2 {
color: #53c8d5;
}
.color-3 {
color: #a8e6e4;
}
.color-4 {
color: #f4f1b8;
}
.color-5 {
color: #f9c54e;
}
/* CSS Variables */
:root {
--color-1: #1d98b4;
--color-2: #53c8d5;
--color-3: #a8e6e4;
--color-4: #f4f1b8;
--color-5: #f9c54e;
}
Aqua Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d98b4, #53c8d5, #a8e6e4, #f4f1b8, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d98b4, #53c8d5, #a8e6e4, #f4f1b8, #f9c54e);
}
Similar color palettes
Aqua Dreamscape color palette created on .