Dusky Dawn Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dusky Dawn Serenade palette

Share this palette to:

Dusky Dawn Serenade color palette CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e85a02;
}
.color-4 {
color: #f7c4b6;
}
.color-5 {
color: #6b5077;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #f0a800;
--color-3: #e85a02;
--color-4: #f7c4b6;
--color-5: #6b5077;
}

Dusky Dawn Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #f0a800, #e85a02, #f7c4b6, #6b5077);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #f0a800, #e85a02, #f7c4b6, #6b5077);
}

Dusky Dawn Serenade color palette created on .