Celestial Aqua Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Aqua Dream palette

Share this palette to:

Celestial Aqua Dream color palette CSS

/* CSS */
.color-1 {
color: #2e4a7f;
}
.color-2 {
color: #3b6b9b;
}
.color-3 {
color: #508cb9;
}
.color-4 {
color: #66b3d1;
}
.color-5 {
color: #a3dfe6;
}

/* CSS Variables */
:root {
--color-1: #2e4a7f;
--color-2: #3b6b9b;
--color-3: #508cb9;
--color-4: #66b3d1;
--color-5: #a3dfe6;
}

Celestial Aqua Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e4a7f, #3b6b9b, #508cb9, #66b3d1, #a3dfe6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e4a7f, #3b6b9b, #508cb9, #66b3d1, #a3dfe6);
}

Celestial Aqua Dream color palette created on .