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: #f7a7a6;
}
.color-2 {
color: #f6d9a2;
}
.color-3 {
color: #f4ebc3;
}
.color-4 {
color: #b7e6d8;
}
.color-5 {
color: #7dc8d4;
}

/* CSS Variables */
:root {
--color-1: #f7a7a6;
--color-2: #f6d9a2;
--color-3: #f4ebc3;
--color-4: #b7e6d8;
--color-5: #7dc8d4;
}

Whispers of Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a7a6, #f6d9a2, #f4ebc3, #b7e6d8, #7dc8d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a7a6, #f6d9a2, #f4ebc3, #b7e6d8, #7dc8d4);
}

Whispers of Dawn color palette created on .