Whispers of Dawn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Dawn palette

Share this palette to:

Whispers of Dawn color palette CSS

/* CSS */
.color-1 {
color: #3b5e8c;
}
.color-2 {
color: #69b1c3;
}
.color-3 {
color: #8cd2f2;
}
.color-4 {
color: #f6c5a2;
}
.color-5 {
color: #f86d6d;
}

/* CSS Variables */
:root {
--color-1: #3b5e8c;
--color-2: #69b1c3;
--color-3: #8cd2f2;
--color-4: #f6c5a2;
--color-5: #f86d6d;
}

Whispers of Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5e8c, #69b1c3, #8cd2f2, #f6c5a2, #f86d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5e8c, #69b1c3, #8cd2f2, #f6c5a2, #f86d6d);
}

Whispers of Dawn color palette created on .