Whispers of Dawn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Dawn palette

Share this palette to:

Download Whispers of Dawn Color Palette (PNG)

Download whispers of dawn color palette PNG image (landscape)
Download whispers of dawn color palette PNG image (square)

Whispers of Dawn color palette CSS

/* CSS */
.color-1 {
color: #f6e3b6;
}
.color-2 {
color: #f1c6a7;
}
.color-3 {
color: #f1a7c1;
}
.color-4 {
color: #d7a9e5;
}
.color-5 {
color: #b1c6e7;
}

/* CSS Variables */
:root {
--color-1: #f6e3b6;
--color-2: #f1c6a7;
--color-3: #f1a7c1;
--color-4: #d7a9e5;
--color-5: #b1c6e7;
}

Whispers of Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e3b6, #f1c6a7, #f1a7c1, #d7a9e5, #b1c6e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e3b6, #f1c6a7, #f1a7c1, #d7a9e5, #b1c6e7);
}

Whispers of Dawn color palette created on .