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: #287195;
}
.color-2 {
color: #2d82a4;
}
.color-3 {
color: #449c90;
}
.color-4 {
color: #66b7a3;
}
.color-5 {
color: #84c2ba;
}
/* CSS Variables */
:root {
--color-1: #287195;
--color-2: #2d82a4;
--color-3: #449c90;
--color-4: #66b7a3;
--color-5: #84c2ba;
}
Aqua Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #287195, #2d82a4, #449c90, #66b7a3, #84c2ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #287195, #2d82a4, #449c90, #66b7a3, #84c2ba);
}
Similar color palettes
Scroll down to explore 100+ Blue color palettes
Aqua Dreamscape color palette created on .