Aqua Dawn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aqua Dawn palette

Share this palette to:

Aqua Dawn color palette CSS

/* CSS */
.color-1 {
color: #a9e5e1;
}
.color-2 {
color: #60d2d2;
}
.color-3 {
color: #3bb5b1;
}
.color-4 {
color: #008a8a;
}
.color-5 {
color: #005c5c;
}

/* CSS Variables */
:root {
--color-1: #a9e5e1;
--color-2: #60d2d2;
--color-3: #3bb5b1;
--color-4: #008a8a;
--color-5: #005c5c;
}

Aqua Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e5e1, #60d2d2, #3bb5b1, #008a8a, #005c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e5e1, #60d2d2, #3bb5b1, #008a8a, #005c5c);
}

Aqua Dawn color palette created on .