Aqua Dawn Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aqua Dawn Dream palette

Share this palette to:

Aqua Dawn Dream color palette CSS

/* CSS */
.color-1 {
color: #9edee0;
}
.color-2 {
color: #6ac6c8;
}
.color-3 {
color: #40aeb0;
}
.color-4 {
color: #1d8e90;
}
.color-5 {
color: #0c7579;
}

/* CSS Variables */
:root {
--color-1: #9edee0;
--color-2: #6ac6c8;
--color-3: #40aeb0;
--color-4: #1d8e90;
--color-5: #0c7579;
}

Aqua Dawn Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9edee0, #6ac6c8, #40aeb0, #1d8e90, #0c7579);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9edee0, #6ac6c8, #40aeb0, #1d8e90, #0c7579);
}

Aqua Dawn Dream color palette created on .