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: #9edee0;
}
.color-2 {
color: #7fd4d7;
}
.color-3 {
color: #5ab7c4;
}
.color-4 {
color: #43aab1;
}
.color-5 {
color: #2b9ea6;
}

/* CSS Variables */
:root {
--color-1: #9edee0;
--color-2: #7fd4d7;
--color-3: #5ab7c4;
--color-4: #43aab1;
--color-5: #2b9ea6;
}

Aqua Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9edee0, #7fd4d7, #5ab7c4, #43aab1, #2b9ea6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9edee0, #7fd4d7, #5ab7c4, #43aab1, #2b9ea6);
}

Aqua Dawn color palette created on .